#404806

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

Shades of Verdun Green #404806

Tints of Verdun Green #404806

Color information

#404806 (or 0x404806) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 06. RGB value is (64,72,6). Sum of RGB (Red+Green+Blue) = 64+72+6=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #404806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404806 is #BFB7F9. Grayscale: #3E3E3E. Windows color (decimal): -12564474 or 411712. OLE color: 411712.

HSL color Cylindrical-coordinate representation of color #404806: hue angle of 67.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #404806 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB64726-
CMYK0.1100.920.72
HSL67.27º84.62%15.29%-
HSV(B)67.27º91.67%28.24%-
XYZ4.465.741.04-
YUV62.0896.35129.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=45.07%
G=50.70%
B=4.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647260.1100.920.7267.2784.6215.29
Hex40486B05C484355f
Octal100110613013411010312517
Binary100000010010001101011010111001001000100001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404806; }

 p { color: rgb(64,72,6); }

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

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

 a { background-color: rgb(64,72,6); }

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

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

 span { border-color: rgb(64,72,6); }

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