#575610

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

Shades of Army green #575610

Tints of Army green #575610

Color information

#575610 (or 0x575610) is unknown color: approx Army green. HEX triplet: 57, 56 and 10. RGB value is (87,86,16). Sum of RGB (Red+Green+Blue) = 87+86+16=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575610 is #A8A9EF. Grayscale: #4E4E4E. Windows color (decimal): -11053552 or 1070679. OLE color: 1070679.

HSL color Cylindrical-coordinate representation of color #575610: hue angle of 59.15º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575610 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB878616-
CMYK00.010.820.66
HSL59.15º68.93%20.2%-
HSV(B)59.15º81.61%34.12%-
XYZ7.358.721.79-
YUV78.3292.83134.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=46.03%
G=45.50%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87861600.010.820.6659.1568.9320.2
Hex5756100152423b4514
Octal12712620011221027310524
Binary10101111010110100000110100101000010111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575610; }

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

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

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

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

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

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

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

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