#575712

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

Shades of Army green #575712

Tints of Army green #575712

Color information

#575712 (or 0x575712) is unknown color: approx Army green. HEX triplet: 57, 57 and 12. RGB value is (87,87,18). Sum of RGB (Red+Green+Blue) = 87+87+18=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575712 is #A8A8ED. Grayscale: #4F4F4F. Windows color (decimal): -11053294 or 1202007. OLE color: 1202007.

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

Color convert

RGB878718-
CMYK000.790.66
HSL60º65.71%20.59%-
HSV(B)60º79.31%34.12%-
XYZ7.458.891.89-
YUV79.1393.5133.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=45.31%
G=45.31%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878718000.790.666065.7120.59
Hex575712004F423c4215
Octal12712722001171027410225
Binary10101111010111100100010011111000010111100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575712; }

 p { color: rgb(87,87,18); }

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

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

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

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

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

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

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