#404209

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

Shades of Verdun Green #404209

Tints of Verdun Green #404209

Color information

#404209 (or 0x404209) is unknown color: approx Verdun Green. HEX triplet: 40, 42 and 09. RGB value is (64,66,9). Sum of RGB (Red+Green+Blue) = 64+66+9=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #404209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404209 is #BFBDF6. Grayscale: #3B3B3B. Windows color (decimal): -12566007 or 606784. OLE color: 606784.

HSL color Cylindrical-coordinate representation of color #404209: hue angle of 62.11º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #404209 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB64669-
CMYK0.0300.860.74
HSL62.11º76%14.71%-
HSV(B)62.11º86.36%25.88%-
XYZ4.115.011.01-
YUV58.999.84131.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=46.04%
G=47.48%
B=6.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal646690.0300.860.7462.117614.71
Hex4042930564A3e4cf
Octal10010211301261127611417
Binary1000000100001010011101010110100101011111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404209; }

 p { color: rgb(64,66,9); }

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

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

 a { background-color: rgb(64,66,9); }

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

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

 span { border-color: rgb(64,66,9); }

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