#576016

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

Shades of Army green #576016

Tints of Army green #576016

Color information

#576016 (or 0x576016) is unknown color: approx Army green. HEX triplet: 57, 60 and 16. RGB value is (87,96,22). Sum of RGB (Red+Green+Blue) = 87+96+22=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #576016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576016 is #A89FE9. Grayscale: #555555. Windows color (decimal): -11050986 or 1466455. OLE color: 1466455.

HSL color Cylindrical-coordinate representation of color #576016: hue angle of 67.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #576016 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB879622-
CMYK0.0900.770.62
HSL67.3º62.71%23.14%-
HSV(B)67.3º77.08%37.65%-
XYZ8.2610.452.34-
YUV84.8792.52129.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=42.44%
G=46.83%
B=10.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796220.0900.770.6267.362.7123.14
Hex576016904D3E433f17
Octal12714026110115761037727
Binary1010111110000010110100101001101111110100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576016; }

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

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

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

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

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

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

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

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