#59580E

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

Shades of Army green #59580E

Tints of Army green #59580E

Color information

#59580E (or 0x59580E) is unknown color: approx Army green. HEX triplet: 59, 58 and 0E. RGB value is (89,88,14). Sum of RGB (Red+Green+Blue) = 89+88+14=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59580E is #A6A7F1. Grayscale: #505050. Windows color (decimal): -10921970 or 940121. OLE color: 940121.

HSL color Cylindrical-coordinate representation of color #59580E: hue angle of 59.2º 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 #59580E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB898814-
CMYK00.010.840.65
HSL59.2º72.82%20.2%-
HSV(B)59.2º84.27%34.9%-
XYZ7.699.141.77-
YUV79.8690.83134.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=46.60%
G=46.07%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89881400.010.840.6559.272.8220.2
Hex5958E0154413b4914
Octal13113016011241017311124
Binary1011001101100011100110101001000001111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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