#596016

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

Shades of Army green #596016

Tints of Army green #596016

Color information

#596016 (or 0x596016) is unknown color: approx Army green. HEX triplet: 59, 60 and 16. RGB value is (89,96,22). Sum of RGB (Red+Green+Blue) = 89+96+22=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #596016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596016 is #A69FE9. Grayscale: #555555. Windows color (decimal): -10919914 or 1466457. OLE color: 1466457.

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

Color convert

RGB899622-
CMYK0.0700.770.62
HSL65.68º62.71%23.14%-
HSV(B)65.68º77.08%37.65%-
XYZ8.4510.552.35-
YUV85.4792.18130.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=43.00%
G=46.38%
B=10.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996220.0700.770.6265.6862.7123.14
Hex596016704D3E423f17
Octal1311402670115761027727
Binary101100111000001011011101001101111110100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596016; }

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

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

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

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

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

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

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

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