#59704B

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

Shades of Cactus #59704B

Tints of Cactus #59704B

Color information

#59704B (or 0x59704B) is unknown color: approx Cactus. HEX triplet: 59, 70 and 4B. RGB value is (89,112,75). Sum of RGB (Red+Green+Blue) = 89+112+75=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #59704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59704B is #A68FB4. Grayscale: #656565. Windows color (decimal): -10915765 or 4943961. OLE color: 4943961.

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

Color convert

RGB8911275-
CMYK0.2100.330.56
HSL97.3º19.79%36.67%-
HSV(B)97.3º33.04%43.92%-
XYZ11.1814.228.81-
YUV100.9113.38119.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=32.25%
G=40.58%
B=27.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89112750.2100.330.5697.319.7936.67
Hex59704B1502138611425
Octal13116011325041701412445
Binary101100111100001001011101010100001111000110000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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