#576116

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

Shades of Army green #576116

Tints of Army green #576116

Color information

#576116 (or 0x576116) is unknown color: approx Army green. HEX triplet: 57, 61 and 16. RGB value is (87,97,22). Sum of RGB (Red+Green+Blue) = 87+97+22=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #576116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576116 is #A89EE9. Grayscale: #555555. Windows color (decimal): -11050730 or 1466711. OLE color: 1466711.

HSL color Cylindrical-coordinate representation of color #576116: hue angle of 68º 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 #576116 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB879722-
CMYK0.1000.770.62
HSL68º63.03%23.33%-
HSV(B)68º77.32%38.04%-
XYZ8.3510.632.37-
YUV85.4692.19129.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=42.23%
G=47.09%
B=10.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797220.1000.770.626863.0323.33
Hex576116A04D3E443f17
Octal12714126120115761047727
Binary1010111110000110110101001001101111110100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576116; }

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

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

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

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

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

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

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

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