#404404

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

Shades of Verdun Green #404404

Tints of Verdun Green #404404

Color information

#404404 (or 0x404404) is unknown color: approx Verdun Green. HEX triplet: 40, 44 and 04. RGB value is (64,68,4). Sum of RGB (Red+Green+Blue) = 64+68+4=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #404404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404404 is #BFBBFB. Grayscale: #3B3B3B. Windows color (decimal): -12565500 or 279616. OLE color: 279616.

HSL color Cylindrical-coordinate representation of color #404404: hue angle of 63.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404404 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB64684-
CMYK0.0600.940.73
HSL63.75º88.89%14.12%-
HSV(B)63.75º94.12%26.67%-
XYZ4.25.230.9-
YUV59.5196.67131.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=47.06%
G=50%
B=2.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal646840.0600.940.7363.7588.8914.12
Hex40444605E494059e
Octal10010446013611110013116
Binary10000001000100100110010111101001001100000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404404; }

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

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

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

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

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

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

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

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