#406411

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

Shades of Verdun Green #406411

Tints of Verdun Green #406411

Color information

#406411 (or 0x406411) is unknown color: approx Verdun Green. HEX triplet: 40, 64 and 11. RGB value is (64,100,17). Sum of RGB (Red+Green+Blue) = 64+100+17=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #406411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406411 is #BF9BEE. Grayscale: #505050. Windows color (decimal): -12557295 or 1139776. OLE color: 1139776.

HSL color Cylindrical-coordinate representation of color #406411: hue angle of 86.02º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #406411 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB6410017-
CMYK0.3600.830.61
HSL86.02º70.94%22.94%-
HSV(B)86.02º83%39.22%-
XYZ6.7710.242.15-
YUV79.7792.57116.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 100 (39.45% from 255) = 55.25%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=35.36%
G=55.25%
B=9.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100170.3600.830.6186.0270.9422.94
Hex406411240533D564717
Octal100144214401237512610727
Binary1000000110010010001100100010100111111011010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406411; }

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

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

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

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

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

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

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

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