#59704D

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

Shades of Cactus #59704D

Tints of Cactus #59704D

Color information

#59704D (or 0x59704D) is unknown color: approx Cactus. HEX triplet: 59, 70 and 4D. RGB value is (89,112,77). Sum of RGB (Red+Green+Blue) = 89+112+77=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #59704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59704D is #A68FB2. Grayscale: #656565. Windows color (decimal): -10915763 or 5075033. OLE color: 5075033.

HSL color Cylindrical-coordinate representation of color #59704D: hue angle of 99.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59704D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB8911277-
CMYK0.2100.310.56
HSL99.43º18.52%37.06%-
HSV(B)99.43º31.25%43.92%-
XYZ11.2514.259.18-
YUV101.13114.38119.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=32.01%
G=40.29%
B=27.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89112770.2100.310.5699.4318.5237.06
Hex59704D1501F38631325
Octal13116011525037701432345
Binary10110011110000100110110101011111111000110001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59704D; }

 p { color: rgb(89,112,77); }

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

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

 a { background-color: rgb(89,112,77); }

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

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

 span { border-color: rgb(89,112,77); }

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