#59714C

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

Shades of Cactus #59714C

Tints of Cactus #59714C

Color information

#59714C (or 0x59714C) is unknown color: approx Cactus. HEX triplet: 59, 71 and 4C. RGB value is (89,113,76). Sum of RGB (Red+Green+Blue) = 89+113+76=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #59714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59714C is #A68EB3. Grayscale: #656565. Windows color (decimal): -10915508 or 5009753. OLE color: 5009753.

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

Color convert

RGB8911376-
CMYK0.2100.330.56
HSL98.92º19.58%37.06%-
HSV(B)98.92º32.74%44.31%-
XYZ11.3314.469.03-
YUV101.61113.55119.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=32.01%
G=40.65%
B=27.34%

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
Decimal89113760.2100.330.5698.9219.5837.06
Hex59714C1502138631425
Octal13116111425041701432445
Binary101100111100011001100101010100001111000110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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