#406004

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

Shades of Verdun Green #406004

Tints of Verdun Green #406004

Color information

#406004 (or 0x406004) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 04. RGB value is (64,96,4). Sum of RGB (Red+Green+Blue) = 64+96+4=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #406004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406004 is #BF9FFB. Grayscale: #4C4C4C. Windows color (decimal): -12558332 or 286784. OLE color: 286784.

HSL color Cylindrical-coordinate representation of color #406004: hue angle of 80.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #406004 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB64964-
CMYK0.3300.960.62
HSL80.87º92%19.61%-
HSV(B)80.87º95.83%37.65%-
XYZ6.329.461.61-
YUV75.9487.4119.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=39.02%
G=58.54%
B=2.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649640.3300.960.6280.879219.61
Hex40604210603E515c14
Octal10014044101407612113424
Binary10000001100000100100001011000001111101010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406004; }

 p { color: rgb(64,96,4); }

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

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

 a { background-color: rgb(64,96,4); }

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

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

 span { border-color: rgb(64,96,4); }

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