#404916

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

Shades of Verdun Green #404916

Tints of Verdun Green #404916

Color information

#404916 (or 0x404916) is unknown color: approx Verdun Green. HEX triplet: 40, 49 and 16. RGB value is (64,73,22). Sum of RGB (Red+Green+Blue) = 64+73+22=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #404916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404916 is #BFB6E9. Grayscale: #404040. Windows color (decimal): -12564202 or 1460544. OLE color: 1460544.

HSL color Cylindrical-coordinate representation of color #404916: hue angle of 70.59º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404916 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB647322-
CMYK0.1200.700.71
HSL70.59º53.68%18.63%-
HSV(B)70.59º69.86%28.63%-
XYZ4.645.911.66-
YUV64.49104.02127.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=40.25%
G=45.91%
B=13.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473220.1200.700.7170.5953.6818.63
Hex404916C04647473613
Octal100111261401061071076623
Binary10000001001001101101100010001101000111100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404916; }

 p { color: rgb(64,73,22); }

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

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

 a { background-color: rgb(64,73,22); }

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

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

 span { border-color: rgb(64,73,22); }

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