#404F09

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

Shades of Verdun Green #404F09

Tints of Verdun Green #404F09

Color information

#404F09 (or 0x404F09) is unknown color: approx Verdun Green. HEX triplet: 40, 4F and 09. RGB value is (64,79,9). Sum of RGB (Red+Green+Blue) = 64+79+9=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #404F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F09 is #BFB0F6. Grayscale: #424242. Windows color (decimal): -12562679 or 610112. OLE color: 610112.

HSL color Cylindrical-coordinate representation of color #404F09: hue angle of 72.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #404F09 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB64799-
CMYK0.1900.890.69
HSL72.86º79.55%17.25%-
HSV(B)72.86º88.61%30.98%-
XYZ4.966.71.29-
YUV66.5495.53126.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 79 (31.25% from 255) = 51.97%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=42.11%
G=51.97%
B=5.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal647990.1900.890.6972.8679.5517.25
Hex404F91305945495011
Octal1001171123013110511112021
Binary100000010011111001100110101100110001011001001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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