#464510

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

Shades of Verdun Green #464510

Tints of Verdun Green #464510

Color information

#464510 (or 0x464510) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 10. RGB value is (70,69,16). Sum of RGB (Red+Green+Blue) = 70+69+16=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #464510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464510 is #B9BAEF. Grayscale: #3F3F3F. Windows color (decimal): -12172016 or 1066310. OLE color: 1066310.

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

Color convert

RGB706916-
CMYK00.010.770.73
HSL58.89º62.79%16.86%-
HSV(B)58.89º77.14%27.45%-
XYZ4.755.61.32-
YUV63.26101.33132.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=45.16%
G=44.52%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70691600.010.770.7358.8962.7916.86
Hex464510014D493b3f11
Octal1061052001115111737721
Binary1000110100010110000011001101100100111101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464510; }

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

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

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

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

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

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

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

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