#464518

Color #464518 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #464518

Tints of Army green #464518

Color information

#464518 (or 0x464518) is unknown color: approx Army green. HEX triplet: 46, 45 and 18. RGB value is (70,69,24). Sum of RGB (Red+Green+Blue) = 70+69+24=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #464518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464518 is #B9BAE7. Grayscale: #404040. Windows color (decimal): -12172008 or 1590598. OLE color: 1590598.

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

Color convert

RGB706924-
CMYK00.010.660.73
HSL58.7º48.94%18.43%-
HSV(B)58.7º65.71%27.45%-
XYZ4.825.621.7-
YUV64.17105.33132.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=42.94%
G=42.33%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70692400.010.660.7358.748.9418.43
Hex4645180142493b3112
Octal1061053001102111736122
Binary1000110100010111000011000010100100111101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464518; }

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

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

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

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

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

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

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

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