#404804

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

Shades of Verdun Green #404804

Tints of Verdun Green #404804

Color information

#404804 (or 0x404804) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 04. RGB value is (64,72,4). Sum of RGB (Red+Green+Blue) = 64+72+4=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #404804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404804 is #BFB7FB. Grayscale: #3E3E3E. Windows color (decimal): -12564476 or 280640. OLE color: 280640.

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

Color convert

RGB64724-
CMYK0.1100.940.72
HSL67.06º89.47%14.9%-
HSV(B)67.06º94.44%28.24%-
XYZ4.455.730.99-
YUV61.8695.35129.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=45.71%
G=51.43%
B=2.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647240.1100.940.7267.0689.4714.9
Hex40484B05E484359f
Octal100110413013611010313117
Binary100000010010001001011010111101001000100001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404804; }

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

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

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

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

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

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

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

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