#404818

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

Shades of Verdun Green #404818

Tints of Verdun Green #404818

Color information

#404818 (or 0x404818) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 18. RGB value is (64,72,24). Sum of RGB (Red+Green+Blue) = 64+72+24=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #404818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404818 is #BFB7E7. Grayscale: #404040. Windows color (decimal): -12564456 or 1591360. OLE color: 1591360.

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

Color convert

RGB647224-
CMYK0.1100.670.72
HSL70º50%18.82%-
HSV(B)70º66.67%28.24%-
XYZ4.65.791.74-
YUV64.14105.35127.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 24 (9.77% from 255) = 15%
R=40%
G=45%
B=15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472240.1100.670.72705018.82
Hex404818B04348463213
Octal100110301301031101066223
Binary10000001001000110001011010000111001000100011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404818; }

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

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

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

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

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

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

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

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