#416017

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

Shades of Verdun Green #416017

Tints of Verdun Green #416017

Color information

#416017 (or 0x416017) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 17. RGB value is (65,96,23). Sum of RGB (Red+Green+Blue) = 65+96+23=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #416017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416017 is #BE9FE8. Grayscale: #4E4E4E. Windows color (decimal): -12492777 or 1531969. OLE color: 1531969.

HSL color Cylindrical-coordinate representation of color #416017: hue angle of 85.48º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #416017 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB659623-
CMYK0.3200.760.62
HSL85.48º61.34%23.33%-
HSV(B)85.48º76.04%37.65%-
XYZ6.529.552.31-
YUV78.4196.73118.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=35.33%
G=52.17%
B=12.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596230.3200.760.6285.4861.3423.33
Hex4160172004C3E553d17
Octal10114027400114761257527
Binary100000111000001011110000001001100111110101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416017; }

 p { color: rgb(65,96,23); }

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

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

 a { background-color: rgb(65,96,23); }

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

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

 span { border-color: rgb(65,96,23); }

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