#405C16

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

Shades of Verdun Green #405C16

Tints of Verdun Green #405C16

Color information

#405C16 (or 0x405C16) is unknown color: approx Verdun Green. HEX triplet: 40, 5C and 16. RGB value is (64,92,22). Sum of RGB (Red+Green+Blue) = 64+92+22=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #405C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C16 is #BFA3E9. Grayscale: #4B4B4B. Windows color (decimal): -12559338 or 1465408. OLE color: 1465408.

HSL color Cylindrical-coordinate representation of color #405C16: hue angle of 84º 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 #405C16 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB649222-
CMYK0.3000.760.64
HSL84º61.4%22.35%-
HSV(B)84º76.09%36.08%-
XYZ6.098.82.14-
YUV75.6597.72119.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 92 (36.33% from 255) = 51.69%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=35.96%
G=51.69%
B=12.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6492220.3000.760.648461.422.35
Hex405C161E04C40543d16
Octal100134263601141001247526
Binary100000010111001011011110010011001000000101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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