Html Css Color HEX #596950 Cactus

📋 copy color: '#596950'

red 89 ◦ green 105 ◦ blue 80

#596950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #596950

Tints of Cactus #596950

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.2%

R = 32.48%
G = 38.32%
B = 29.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#596950 (or 0x596950) is known color: 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

RGB 89 105 80 -
CMYK 0.15 0 0.24 0.59
HSL 98.4º 0.14% 0.36% -
HSV(B) 98.4º 0.24% 0.41% -
XYZ 10.62 12.81 9.5 -
YUV 97.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 89 105 80 0.15 0 0.24 0.59 98.4 0.14 0.36
Hex 59 69 50 F 0 18 3B 62 E 24
Octal 131 151 120 17 0 30 73 142 16 44
Binary 1011001 1101001 1010000 1111 0 11000 111011 1100010 1110 100100

Color Harmonies of #596950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596950

Black with #596950

Text Example


Text Example

White with #596950

Text Example


Text Example

HTML Codes & Css Web 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>