#404516

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

Shades of Verdun Green #404516

Tints of Verdun Green #404516

Color information

#404516 (or 0x404516) is unknown color: approx Verdun Green. HEX triplet: 40, 45 and 16. RGB value is (64,69,22). Sum of RGB (Red+Green+Blue) = 64+69+22=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #404516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404516 is #BFBAE9. Grayscale: #3E3E3E. Windows color (decimal): -12565226 or 1459520. OLE color: 1459520.

HSL color Cylindrical-coordinate representation of color #404516: hue angle of 66.38º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404516 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB646922-
CMYK0.0700.680.73
HSL66.38º51.65%17.84%-
HSV(B)66.38º68.12%27.06%-
XYZ4.395.41.57-
YUV62.15105.34129.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=41.29%
G=44.52%
B=14.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469220.0700.680.7366.3851.6517.84
Hex404516704449423412
Octal10010526701041111026422
Binary1000000100010110110111010001001001001100001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404516; }

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

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

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

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

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

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

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

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