#59550E

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

Shades of Army green #59550E

Tints of Army green #59550E

Color information

#59550E (or 0x59550E) is unknown color: approx Army green. HEX triplet: 59, 55 and 0E. RGB value is (89,85,14). Sum of RGB (Red+Green+Blue) = 89+85+14=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59550E is #A6AAF1. Grayscale: #4E4E4E. Windows color (decimal): -10922738 or 939353. OLE color: 939353.

HSL color Cylindrical-coordinate representation of color #59550E: hue angle of 56.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59550E is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB898514-
CMYK00.040.840.65
HSL56.8º72.82%20.2%-
HSV(B)56.8º84.27%34.9%-
XYZ7.458.651.69-
YUV78.191.83135.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=47.34%
G=45.21%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89851400.040.840.6556.872.8220.2
Hex5955E045441394914
Octal13112516041241017111124
Binary101100110101011110010010101001000001111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59550E; }

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

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

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

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

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

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

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

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