#416117

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

Shades of Verdun Green #416117

Tints of Verdun Green #416117

Color information

#416117 (or 0x416117) is unknown color: approx Verdun Green. HEX triplet: 41, 61 and 17. RGB value is (65,97,23). Sum of RGB (Red+Green+Blue) = 65+97+23=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #416117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416117 is #BE9EE8. Grayscale: #4F4F4F. Windows color (decimal): -12492521 or 1532225. OLE color: 1532225.

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

Color convert

RGB659723-
CMYK0.3300.760.62
HSL85.95º61.67%23.53%-
HSV(B)85.95º76.29%38.04%-
XYZ6.619.742.34-
YUV7996.4118.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=35.14%
G=52.43%
B=12.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597230.3300.760.6285.9561.6723.53
Hex4161172104C3E563e18
Octal10114127410114761267630
Binary100000111000011011110000101001100111110101011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416117; }

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

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

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

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

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

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

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

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