#404A09

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

Shades of Verdun Green #404A09

Tints of Verdun Green #404A09

Color information

#404A09 (or 0x404A09) is unknown color: approx Verdun Green. HEX triplet: 40, 4A and 09. RGB value is (64,74,9). Sum of RGB (Red+Green+Blue) = 64+74+9=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #404A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404A09 is #BFB5F6. Grayscale: #3F3F3F. Windows color (decimal): -12563959 or 608832. OLE color: 608832.

HSL color Cylindrical-coordinate representation of color #404A09: hue angle of 69.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #404A09 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB64749-
CMYK0.1400.880.71
HSL69.23º78.31%16.27%-
HSV(B)69.23º87.84%29.02%-
XYZ4.616.011.17-
YUV63.697.19128.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=43.54%
G=50.34%
B=6.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal647490.1400.880.7169.2378.3116.27
Hex404A9E05847454e10
Octal1001121116013010710511620
Binary10000001001010100111100101100010001111000101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404A09; }

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

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

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

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

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

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

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

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