#404C17

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

Shades of Verdun Green #404C17

Tints of Verdun Green #404C17

Color information

#404C17 (or 0x404C17) is unknown color: approx Verdun Green. HEX triplet: 40, 4C and 17. RGB value is (64,76,23). Sum of RGB (Red+Green+Blue) = 64+76+23=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #404C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C17 is #BFB3E8. Grayscale: #424242. Windows color (decimal): -12563433 or 1526848. OLE color: 1526848.

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

Color convert

RGB647623-
CMYK0.1600.700.70
HSL73.58º53.54%19.41%-
HSV(B)73.58º69.74%29.8%-
XYZ4.856.321.77-
YUV66.37103.52126.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=39.26%
G=46.63%
B=14.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476230.1600.700.7073.5853.5419.41
Hex404C1710046464a3613
Octal100114272001061061126623
Binary100000010011001011110000010001101000110100101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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