#464511

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

Shades of Verdun Green #464511

Tints of Verdun Green #464511

Color information

#464511 (or 0x464511) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 11. RGB value is (70,69,17). Sum of RGB (Red+Green+Blue) = 70+69+17=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #464511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464511 is #B9BAEE. Grayscale: #3F3F3F. Windows color (decimal): -12172015 or 1131846. OLE color: 1131846.

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

Color convert

RGB706917-
CMYK00.010.760.73
HSL58.87º60.92%17.06%-
HSV(B)58.87º75.71%27.45%-
XYZ4.765.61.36-
YUV63.37101.83132.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=44.87%
G=44.23%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70691700.010.760.7358.8760.9217.06
Hex464511014C493b3d11
Octal1061052101114111737521
Binary1000110100010110001011001100100100111101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464511; }

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

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

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

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

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

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

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

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