#404C16

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

Shades of Verdun Green #404C16

Tints of Verdun Green #404C16

Color information

#404C16 (or 0x404C16) is unknown color: approx Verdun Green. HEX triplet: 40, 4C and 16. RGB value is (64,76,22). Sum of RGB (Red+Green+Blue) = 64+76+22=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #404C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C16 is #BFB3E9. Grayscale: #424242. Windows color (decimal): -12563434 or 1461312. OLE color: 1461312.

HSL color Cylindrical-coordinate representation of color #404C16: hue angle of 73.33º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404C16 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB647622-
CMYK0.1600.710.70
HSL73.33º55.1%19.22%-
HSV(B)73.33º71.05%29.8%-
XYZ4.846.321.72-
YUV66.26103.02126.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=39.51%
G=46.91%
B=13.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476220.1600.710.7073.3355.119.22
Hex404C161004746493713
Octal100114262001071061116723
Binary100000010011001011010000010001111000110100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404C16; }

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

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

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

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

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

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

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

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