#5a590d

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

Shades of Army green #5A590D

Tints of Army green #5A590D

Color information

#5A590D (or 0x5A590D) is unknown color: approx Army green. HEX triplet: 5A, 59 and 0D. RGB value is (90,89,13). Sum of RGB (Red+Green+Blue) = 90+89+13=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A590D is #A5A6F2. Grayscale: #505050. Windows color (decimal): -10856179 or 874842. OLE color: 874842.

HSL color Cylindrical-coordinate representation of color #5A590D: hue angle of 59.22º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A590D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB908913-
CMYK00.010.860.65
HSL59.22º74.76%20.2%-
HSV(B)59.22º85.56%35.29%-
XYZ7.869.351.77-
YUV80.6389.83134.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.88%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=46.88%
G=46.35%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90891300.010.860.6559.2274.7620.2
Hex5A59D0156413b4b14
Octal13213115011261017311324
Binary1011010101100111010110101101000001111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a590d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,13); }

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

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

 a { background-color: rgb(90,89,13); }

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

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

 span { border-color: rgb(90,89,13); }

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