#415F16

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

Shades of Verdun Green #415F16

Tints of Verdun Green #415F16

Color information

#415F16 (or 0x415F16) is unknown color: approx Verdun Green. HEX triplet: 41, 5F and 16. RGB value is (65,95,22). Sum of RGB (Red+Green+Blue) = 65+95+22=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #415F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415F16 is #BEA0E9. Grayscale: #4D4D4D. Windows color (decimal): -12493034 or 1466177. OLE color: 1466177.

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

Color convert

RGB659522-
CMYK0.3200.770.63
HSL84.66º62.39%22.94%-
HSV(B)84.66º76.84%37.25%-
XYZ6.429.372.23-
YUV77.7196.56118.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=35.71%
G=52.20%
B=12.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6595220.3200.770.6384.6662.3922.94
Hex415F162004D3F553e17
Octal10113726400115771257627
Binary100000110111111011010000001001101111111101010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415F16; }

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

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

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

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

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

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

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

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