#415C16

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

Shades of Verdun Green #415C16

Tints of Verdun Green #415C16

Color information

#415C16 (or 0x415C16) is unknown color: approx Verdun Green. HEX triplet: 41, 5C and 16. RGB value is (65,92,22). Sum of RGB (Red+Green+Blue) = 65+92+22=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #415C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415C16 is #BEA3E9. Grayscale: #4C4C4C. Windows color (decimal): -12493802 or 1465409. OLE color: 1465409.

HSL color Cylindrical-coordinate representation of color #415C16: hue angle of 83.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #415C16 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB659222-
CMYK0.2900.760.64
HSL83.14º61.4%22.35%-
HSV(B)83.14º76.09%36.08%-
XYZ6.158.842.14-
YUV75.9597.55120.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 92 (36.33% from 255) = 51.40%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=36.31%
G=51.40%
B=12.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592220.2900.760.6483.1461.422.35
Hex415C161D04C40533d16
Octal101134263501141001237526
Binary100000110111001011011101010011001000000101001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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