#5B590E

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

Shades of Army green #5B590E

Tints of Army green #5B590E

Color information

#5B590E (or 0x5B590E) is unknown color: approx Army green. HEX triplet: 5B, 59 and 0E. RGB value is (91,89,14). Sum of RGB (Red+Green+Blue) = 91+89+14=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B590E is #A4A6F1. Grayscale: #515151. Windows color (decimal): -10790642 or 940379. OLE color: 940379.

HSL color Cylindrical-coordinate representation of color #5B590E: hue angle of 58.44º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B590E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB918914-
CMYK00.020.850.64
HSL58.44º73.33%20.59%-
HSV(B)58.44º84.62%35.69%-
XYZ7.979.41.81-
YUV81.0590.16135.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.91%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=46.91%
G=45.88%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91891400.020.850.6458.4473.3320.59
Hex5B59E0255403a4915
Octal13313116021251007211125
Binary10110111011001111001010101011000000111010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B590E; }

 p { color: rgb(91,89,14); }

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

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

 a { background-color: rgb(91,89,14); }

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

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

 span { border-color: rgb(91,89,14); }

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