#404C09

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

Shades of Verdun Green #404C09

Tints of Verdun Green #404C09

Color information

#404C09 (or 0x404C09) is unknown color: approx Verdun Green. HEX triplet: 40, 4C and 09. RGB value is (64,76,9). Sum of RGB (Red+Green+Blue) = 64+76+9=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #404C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C09 is #BFB3F6. Grayscale: #414141. Windows color (decimal): -12563447 or 609344. OLE color: 609344.

HSL color Cylindrical-coordinate representation of color #404C09: hue angle of 70.75º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #404C09 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB64769-
CMYK0.1600.880.70
HSL70.75º78.82%16.67%-
HSV(B)70.75º88.16%29.8%-
XYZ4.756.281.22-
YUV64.7796.52127.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 76 (30.08% from 255) = 51.01%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=42.95%
G=51.01%
B=6.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal647690.1600.880.7070.7578.8216.67
Hex404C91005846474f11
Octal1001141120013010610711721
Binary100000010011001001100000101100010001101000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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