#416016

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

Shades of Verdun Green #416016

Tints of Verdun Green #416016

Color information

#416016 (or 0x416016) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 16. RGB value is (65,96,22). Sum of RGB (Red+Green+Blue) = 65+96+22=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #416016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416016 is #BE9FE9. Grayscale: #4E4E4E. Windows color (decimal): -12492778 or 1466433. OLE color: 1466433.

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

Color convert

RGB659622-
CMYK0.3200.770.62
HSL85.14º62.71%23.14%-
HSV(B)85.14º77.08%37.65%-
XYZ6.519.552.26-
YUV78.2996.23118.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=35.52%
G=52.46%
B=12.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596220.3200.770.6285.1462.7123.14
Hex4160162004D3E553f17
Octal10114026400115761257727
Binary100000111000001011010000001001101111110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416016; }

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

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

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

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

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

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

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

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