#416116

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

Shades of Verdun Green #416116

Tints of Verdun Green #416116

Color information

#416116 (or 0x416116) is unknown color: approx Verdun Green. HEX triplet: 41, 61 and 16. RGB value is (65,97,22). Sum of RGB (Red+Green+Blue) = 65+97+22=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #416116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416116 is #BE9EE9. Grayscale: #4F4F4F. Windows color (decimal): -12492522 or 1466689. OLE color: 1466689.

HSL color Cylindrical-coordinate representation of color #416116: hue angle of 85.6º 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 #416116 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB659722-
CMYK0.3300.770.62
HSL85.6º63.03%23.33%-
HSV(B)85.6º77.32%38.04%-
XYZ6.69.732.29-
YUV78.8895.9118.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=35.33%
G=52.72%
B=11.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597220.3300.770.6285.663.0323.33
Hex4161162104D3E563f17
Octal10114126410115761267727
Binary100000111000011011010000101001101111110101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416116; }

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

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

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

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

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

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

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

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