#404808

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

Shades of Verdun Green #404808

Tints of Verdun Green #404808

Color information

#404808 (or 0x404808) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 08. RGB value is (64,72,8). Sum of RGB (Red+Green+Blue) = 64+72+8=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #404808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404808 is #BFB7F7. Grayscale: #3E3E3E. Windows color (decimal): -12564472 or 542784. OLE color: 542784.

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

Color convert

RGB64728-
CMYK0.1100.890.72
HSL67.5º80%15.69%-
HSV(B)67.5º88.89%28.24%-
XYZ4.485.741.1-
YUV62.3197.35129.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=44.44%
G=50%
B=5.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647280.1100.890.7267.58015.69
Hex40488B05948445010
Octal1001101013013111010412020
Binary10000001001000100010110101100110010001000100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404808; }

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

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

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

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

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

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

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

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