#596950

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

Shades of Cactus #596950

Tints of Cactus #596950

Color information

#596950 (or 0x596950) is unknown color: approx Cactus. HEX triplet: 59, 69 and 50. RGB value is (89,105,80). Sum of RGB (Red+Green+Blue) = 89+105+80=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #596950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596950 is #A696AF. Grayscale: #616161. Windows color (decimal): -10917552 or 5269849. OLE color: 5269849.

HSL color Cylindrical-coordinate representation of color #596950: hue angle of 98.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596950 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB8910580-
CMYK0.1500.240.59
HSL98.4º13.51%36.27%-
HSV(B)98.4º23.81%41.18%-
XYZ10.6212.819.5-
YUV97.37118.2122.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.48%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=32.48%
G=38.32%
B=29.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105800.1500.240.5998.413.5136.27
Hex596950F0183B62e24
Octal13115112017030731421644
Binary101100111010011010000111101100011101111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596950; }

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

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

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

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

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

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

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

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