#57561A

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

Shades of Army green #57561A

Tints of Army green #57561A

Color information

#57561A (or 0x57561A) is unknown color: approx Army green. HEX triplet: 57, 56 and 1A. RGB value is (87,86,26). Sum of RGB (Red+Green+Blue) = 87+86+26=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57561A is #A8A9E5. Grayscale: #4F4F4F. Windows color (decimal): -11053542 or 1726039. OLE color: 1726039.

HSL color Cylindrical-coordinate representation of color #57561A: hue angle of 59.02º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57561A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB878626-
CMYK00.010.700.66
HSL59.02º53.98%22.16%-
HSV(B)59.02º70.11%34.12%-
XYZ7.448.762.28-
YUV79.4697.83133.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=43.72%
G=43.22%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87862600.010.700.6659.0253.9822.16
Hex57561A0146423b3616
Octal1271263201106102736626
Binary1010111101011011010011000110100001011101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57561A; }

 p { color: rgb(87,86,26); }

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

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

 a { background-color: rgb(87,86,26); }

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

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

 span { border-color: rgb(87,86,26); }

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