#575516

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

Shades of Army green #575516

Tints of Army green #575516

Color information

#575516 (or 0x575516) is unknown color: approx Army green. HEX triplet: 57, 55 and 16. RGB value is (87,85,22). Sum of RGB (Red+Green+Blue) = 87+85+22=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #575516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575516 is #A8AAE9. Grayscale: #4E4E4E. Windows color (decimal): -11053802 or 1463639. OLE color: 1463639.

HSL color Cylindrical-coordinate representation of color #575516: hue angle of 58.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #575516 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB878522-
CMYK00.020.750.66
HSL58.15º59.63%21.37%-
HSV(B)58.15º74.71%34.12%-
XYZ7.328.582.03-
YUV78.4296.16134.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=44.85%
G=43.81%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87852200.020.750.6658.1559.6321.37
Hex575516024B423a3c15
Octal1271252602113102727425
Binary10101111010101101100101001011100001011101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575516; }

 p { color: rgb(87,85,22); }

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

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

 a { background-color: rgb(87,85,22); }

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

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

 span { border-color: rgb(87,85,22); }

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