#59704C

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

Shades of Cactus #59704C

Tints of Cactus #59704C

Color information

#59704C (or 0x59704C) is unknown color: approx Cactus. HEX triplet: 59, 70 and 4C. RGB value is (89,112,76). Sum of RGB (Red+Green+Blue) = 89+112+76=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #59704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59704C is #A68FB3. Grayscale: #656565. Windows color (decimal): -10915764 or 5009497. OLE color: 5009497.

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

Color convert

RGB8911276-
CMYK0.2100.320.56
HSL98.33º19.15%36.86%-
HSV(B)98.33º32.14%43.92%-
XYZ11.2214.238.99-
YUV101.02113.88119.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=32.13%
G=40.43%
B=27.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89112760.2100.320.5698.3319.1536.86
Hex59704C1502038621325
Octal13116011425040701422345
Binary101100111100001001100101010100000111000110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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