#595B12

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

Shades of Army green #595B12

Tints of Army green #595B12

Color information

#595B12 (or 0x595B12) is unknown color: approx Army green. HEX triplet: 59, 5B and 12. RGB value is (89,91,18). Sum of RGB (Red+Green+Blue) = 89+91+18=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #595B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595B12 is #A6A4ED. Grayscale: #525252. Windows color (decimal): -10921198 or 1203033. OLE color: 1203033.

HSL color Cylindrical-coordinate representation of color #595B12: hue angle of 61.64º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #595B12 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB899118-
CMYK0.0200.800.64
HSL61.64º66.97%21.37%-
HSV(B)61.64º80.22%35.69%-
XYZ7.979.652.01-
YUV82.0891.84132.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=44.95%
G=45.96%
B=9.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8991180.0200.800.6461.6466.9721.37
Hex595B122050403e4315
Octal13113322201201007610325
Binary101100110110111001010010100001000000111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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