#464513

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

Shades of Verdun Green #464513

Tints of Verdun Green #464513

Color information

#464513 (or 0x464513) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 13. RGB value is (70,69,19). Sum of RGB (Red+Green+Blue) = 70+69+19=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464513 is #B9BAEC. Grayscale: #3F3F3F. Windows color (decimal): -12172013 or 1262918. OLE color: 1262918.

HSL color Cylindrical-coordinate representation of color #464513: hue angle of 58.82º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464513 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB706919-
CMYK00.010.730.73
HSL58.82º57.3%17.45%-
HSV(B)58.82º72.86%27.45%-
XYZ4.775.611.45-
YUV63.6102.83132.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=44.30%
G=43.67%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70691900.010.730.7358.8257.317.45
Hex4645130149493b3911
Octal1061052301111111737121
Binary1000110100010110011011001001100100111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464513; }

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

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

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

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

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

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

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

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