#575519

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

Shades of Army green #575519

Tints of Army green #575519

Color information

#575519 (or 0x575519) is unknown color: approx Army green. HEX triplet: 57, 55 and 19. RGB value is (87,85,25). Sum of RGB (Red+Green+Blue) = 87+85+25=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #575519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575519 is #A8AAE6. Grayscale: #4F4F4F. Windows color (decimal): -11053799 or 1660247. OLE color: 1660247.

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

Color convert

RGB878525-
CMYK00.020.710.66
HSL58.06º55.36%21.96%-
HSV(B)58.06º71.26%34.12%-
XYZ7.358.592.19-
YUV78.7697.66133.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=44.16%
G=43.15%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87852500.020.710.6658.0655.3621.96
Hex5755190247423a3716
Octal1271253102107102726726
Binary10101111010101110010101000111100001011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575519; }

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

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

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

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

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

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

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

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