#406211

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

Shades of Verdun Green #406211

Tints of Verdun Green #406211

Color information

#406211 (or 0x406211) is unknown color: approx Verdun Green. HEX triplet: 40, 62 and 11. RGB value is (64,98,17). Sum of RGB (Red+Green+Blue) = 64+98+17=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #406211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406211 is #BF9DEE. Grayscale: #4E4E4E. Windows color (decimal): -12557807 or 1139264. OLE color: 1139264.

HSL color Cylindrical-coordinate representation of color #406211: hue angle of 85.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #406211 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB649817-
CMYK0.3500.830.62
HSL85.19º70.43%22.55%-
HSV(B)85.19º82.65%38.43%-
XYZ6.589.872.09-
YUV78.693.24117.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=35.75%
G=54.75%
B=9.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498170.3500.830.6285.1970.4322.55
Hex406211230533E554617
Octal100142214301237612510627
Binary1000000110001010001100011010100111111101010101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406211; }

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

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

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

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

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

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

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

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