#404911

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

Shades of Verdun Green #404911

Tints of Verdun Green #404911

Color information

#404911 (or 0x404911) is unknown color: approx Verdun Green. HEX triplet: 40, 49 and 11. RGB value is (64,73,17). Sum of RGB (Red+Green+Blue) = 64+73+17=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #404911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404911 is #BFB6EE. Grayscale: #404040. Windows color (decimal): -12564207 or 1132864. OLE color: 1132864.

HSL color Cylindrical-coordinate representation of color #404911: hue angle of 69.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #404911 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB647317-
CMYK0.1200.770.71
HSL69.64º62.22%17.65%-
HSV(B)69.64º76.71%28.63%-
XYZ4.65.91.43-
YUV63.92101.52128.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=41.56%
G=47.40%
B=11.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473170.1200.770.7169.6462.2217.65
Hex404911C04D47463e12
Octal100111211401151071067622
Binary10000001001001100011100010011011000111100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404911; }

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

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

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

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

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

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

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

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