#595A13

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

Shades of Army green #595A13

Tints of Army green #595A13

Color information

#595A13 (or 0x595A13) is unknown color: approx Army green. HEX triplet: 59, 5A and 13. RGB value is (89,90,19). Sum of RGB (Red+Green+Blue) = 89+90+19=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #595A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595A13 is #A6A5EC. Grayscale: #515151. Windows color (decimal): -10921453 or 1268313. OLE color: 1268313.

HSL color Cylindrical-coordinate representation of color #595A13: hue angle of 60.85º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #595A13 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB899019-
CMYK0.0100.790.65
HSL60.85º65.14%21.37%-
HSV(B)60.85º78.89%35.29%-
XYZ7.899.482.03-
YUV81.6192.67133.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=44.95%
G=45.45%
B=9.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990190.0100.790.6560.8565.1421.37
Hex595A13104F413d4115
Octal13113223101171017510125
Binary10110011011010100111010011111000001111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595A13; }

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

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

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

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

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

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

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

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