#464713

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

Shades of Verdun Green #464713

Tints of Verdun Green #464713

Color information

#464713 (or 0x464713) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 13. RGB value is (70,71,19). Sum of RGB (Red+Green+Blue) = 70+71+19=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #464713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464713 is #B9B8EC. Grayscale: #404040. Windows color (decimal): -12171501 or 1263430. OLE color: 1263430.

HSL color Cylindrical-coordinate representation of color #464713: hue angle of 61.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464713 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB707119-
CMYK0.0100.730.72
HSL61.15º57.78%17.65%-
HSV(B)61.15º73.24%27.84%-
XYZ4.95.861.49-
YUV64.77102.17131.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=43.75%
G=44.38%
B=11.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071190.0100.730.7261.1557.7817.65
Hex4647131049483d3a12
Octal1061072310111110757222
Binary1000110100011110011101001001100100011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464713; }

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

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

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

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

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

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

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

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