#405F16

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

Shades of Verdun Green #405F16

Tints of Verdun Green #405F16

Color information

#405F16 (or 0x405F16) is unknown color: approx Verdun Green. HEX triplet: 40, 5F and 16. RGB value is (64,95,22). Sum of RGB (Red+Green+Blue) = 64+95+22=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #405F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F16 is #BFA0E9. Grayscale: #4D4D4D. Windows color (decimal): -12558570 or 1466176. OLE color: 1466176.

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

Color convert

RGB649522-
CMYK0.3300.770.63
HSL85.48º62.39%22.94%-
HSV(B)85.48º76.84%37.25%-
XYZ6.359.332.23-
YUV77.4196.73118.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 95 (37.5% from 255) = 52.49%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=35.36%
G=52.49%
B=12.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495220.3300.770.6385.4862.3922.94
Hex405F162104D3F553e17
Octal10013726410115771257627
Binary100000010111111011010000101001101111111101010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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