#405716

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

Shades of Verdun Green #405716

Tints of Verdun Green #405716

Color information

#405716 (or 0x405716) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 16. RGB value is (64,87,22). Sum of RGB (Red+Green+Blue) = 64+87+22=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #405716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405716 is #BFA8E9. Grayscale: #484848. Windows color (decimal): -12560618 or 1464128. OLE color: 1464128.

HSL color Cylindrical-coordinate representation of color #405716: hue angle of 81.23º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405716 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB648722-
CMYK0.2600.750.66
HSL81.23º59.63%21.37%-
HSV(B)81.23º74.71%34.12%-
XYZ5.677.962-
YUV72.7199.38121.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=36.99%
G=50.29%
B=12.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487220.2600.750.6681.2359.6321.37
Hex4057161A04B42513c15
Octal100127263201131021217425
Binary100000010101111011011010010010111000010101000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405716; }

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

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

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

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

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

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

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

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