#464712

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

Shades of Verdun Green #464712

Tints of Verdun Green #464712

Color information

#464712 (or 0x464712) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 12. RGB value is (70,71,18). Sum of RGB (Red+Green+Blue) = 70+71+18=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #464712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464712 is #B9B8ED. Grayscale: #404040. Windows color (decimal): -12171502 or 1197894. OLE color: 1197894.

HSL color Cylindrical-coordinate representation of color #464712: hue angle of 61.13º 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 #464712 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB707118-
CMYK0.0100.750.72
HSL61.13º59.55%17.45%-
HSV(B)61.13º74.65%27.84%-
XYZ4.895.851.44-
YUV64.66101.67131.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=44.03%
G=44.65%
B=11.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071180.0100.750.7261.1359.5517.45
Hex464712104B483d3c11
Octal1061072210113110757421
Binary1000110100011110010101001011100100011110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464712; }

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

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

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

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

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

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

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

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