#406A06

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

Shades of Verdun Green #406A06

Tints of Verdun Green #406A06

Color information

#406A06 (or 0x406A06) is unknown color: approx Verdun Green. HEX triplet: 40, 6A and 06. RGB value is (64,106,6). Sum of RGB (Red+Green+Blue) = 64+106+6=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 106 (41.80% from 255 or 60.23% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 106 - color contains mainly: green. Hex color #406A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406A06 is #BF95F9. Grayscale: #525252. Windows color (decimal): -12555770 or 420416. OLE color: 420416.

HSL color Cylindrical-coordinate representation of color #406A06: hue angle of 85.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #406A06 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB641066-
CMYK0.4000.940.58
HSL85.2º89.29%21.96%-
HSV(B)85.2º94.34%41.57%-
XYZ7.311.411.99-
YUV82.0485.09115.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 60.23%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=36.36%
G=60.23%
B=3.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6410660.4000.940.5885.289.2921.96
Hex406A62805E3A555916
Octal10015265001367212513126
Binary10000001101010110101000010111101110101010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A06; }

 p { color: rgb(64,106,6); }

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

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

 a { background-color: rgb(64,106,6); }

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

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

 span { border-color: rgb(64,106,6); }

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