#59714D

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

Shades of Cactus #59714D

Tints of Cactus #59714D

Color information

#59714D (or 0x59714D) is unknown color: approx Cactus. HEX triplet: 59, 71 and 4D. RGB value is (89,113,77). Sum of RGB (Red+Green+Blue) = 89+113+77=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #59714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59714D is #A68EB2. Grayscale: #656565. Windows color (decimal): -10915507 or 5075289. OLE color: 5075289.

HSL color Cylindrical-coordinate representation of color #59714D: hue angle of 100º 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 #59714D is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8911377-
CMYK0.2100.320.56
HSL100º18.95%37.25%-
HSV(B)100º31.86%44.31%-
XYZ11.3614.479.22-
YUV101.72114.05118.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=31.90%
G=40.50%
B=27.60%

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
Decimal89113770.2100.320.5610018.9537.25
Hex59714D1502038641325
Octal13116111525040701442345
Binary101100111100011001101101010100000111000110010010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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