#404712

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

Shades of Verdun Green #404712

Tints of Verdun Green #404712

Color information

#404712 (or 0x404712) is unknown color: approx Verdun Green. HEX triplet: 40, 47 and 12. RGB value is (64,71,18). Sum of RGB (Red+Green+Blue) = 64+71+18=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #404712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404712 is #BFB8ED. Grayscale: #3F3F3F. Windows color (decimal): -12564718 or 1197888. OLE color: 1197888.

HSL color Cylindrical-coordinate representation of color #404712: hue angle of 67.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404712 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB647118-
CMYK0.1000.750.72
HSL67.92º59.55%17.45%-
HSV(B)67.92º74.65%27.84%-
XYZ4.485.641.42-
YUV62.86102.68128.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=41.83%
G=46.41%
B=11.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471180.1000.750.7267.9259.5517.45
Hex404712A04B48443c11
Octal100107221201131101047421
Binary10000001000111100101010010010111001000100010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404712; }

 p { color: rgb(64,71,18); }

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

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

 a { background-color: rgb(64,71,18); }

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

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

 span { border-color: rgb(64,71,18); }

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