#405211

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

Shades of Verdun Green #405211

Tints of Verdun Green #405211

Color information

#405211 (or 0x405211) is unknown color: approx Verdun Green. HEX triplet: 40, 52 and 11. RGB value is (64,82,17). Sum of RGB (Red+Green+Blue) = 64+82+17=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #405211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405211 is #BFADEE. Grayscale: #454545. Windows color (decimal): -12561903 or 1135168. OLE color: 1135168.

HSL color Cylindrical-coordinate representation of color #405211: hue angle of 76.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #405211 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB648217-
CMYK0.2200.790.68
HSL76.62º65.66%19.41%-
HSV(B)76.62º79.27%32.16%-
XYZ5.237.171.64-
YUV69.2198.54124.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=39.26%
G=50.31%
B=10.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482170.2200.790.6876.6265.6619.41
Hex4052111604F444d4213
Octal1001222126011710411510223
Binary1000000101001010001101100100111110001001001101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405211; }

 p { color: rgb(64,82,17); }

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

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

 a { background-color: rgb(64,82,17); }

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

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

 span { border-color: rgb(64,82,17); }

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