#596A50

Color #596A50 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #596A50

Tints of Cactus #596A50

Color information

#596A50 (or 0x596A50) is unknown color: approx Cactus. HEX triplet: 59, 6A and 50. RGB value is (89,106,80). Sum of RGB (Red+Green+Blue) = 89+106+80=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #596A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A50 is #A695AF. Grayscale: #626262. Windows color (decimal): -10917296 or 5270105. OLE color: 5270105.

HSL color Cylindrical-coordinate representation of color #596A50: hue angle of 99.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596A50 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8910680-
CMYK0.1600.250.58
HSL99.23º13.98%36.47%-
HSV(B)99.23º24.53%41.57%-
XYZ10.7213.019.54-
YUV97.95117.87121.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=32.36%
G=38.55%
B=29.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89106800.1600.250.5899.2313.9836.47
Hex596A50100193A63e24
Octal13115212020031721431644
Binary1011001110101010100001000001100111101011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A50; }

 p { color: rgb(89,106,80); }

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

<style>
 a { background-color: #596A50; }

 a { background-color: rgb(89,106,80); }

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

<style>
 span { border-color: #596A50; }

 span { border-color: rgb(89,106,80); }

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