#416701

Color #416701 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #416701

Tints of Verdun Green #416701

Color information

#416701 (or 0x416701) is unknown color: approx Verdun Green. HEX triplet: 41, 67 and 01. RGB value is (65,103,1). Sum of RGB (Red+Green+Blue) = 65+103+1=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #416701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416701 is #BE98FE. Grayscale: #505050. Windows color (decimal): -12491007 or 91969. OLE color: 91969.

HSL color Cylindrical-coordinate representation of color #416701: hue angle of 82.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #416701 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB651031-
CMYK0.3700.990.60
HSL82.35º98.08%20.39%-
HSV(B)82.35º99.03%40.39%-
XYZ7.0410.831.75-
YUV80.0183.41117.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=38.46%
G=60.95%
B=0.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6510310.3700.990.6082.3598.0820.39
Hex41671250633C526214
Octal10114714501437412214224
Binary100000111001111100101011000111111001010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416701; }

 p { color: rgb(65,103,1); }

 H1.HeaderClassName
 {
   color: #416701;
 }
 .AnyTagClassName
 {
   color: #416701;
 }
</style>
background-color css

<style>
 a { background-color: #416701; }

 a { background-color: rgb(65,103,1); }

 div.DivClassName
 {
   background-color: #416701;
 }
 .BgClassName
 {
   background-color: #416701;
 }
</style>
border-color css

<style>
 span { border-color: #416701; }

 span { border-color: rgb(65,103,1); }

 td.TdClassName
 {
   border-color: #416701;
 }
 .TagClassName
 {
   border-color: #416701;
 }
</style>