#59714E

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

Shades of Cactus #59714E

Tints of Cactus #59714E

Color information

#59714E (or 0x59714E) is unknown color: approx Cactus. HEX triplet: 59, 71 and 4E. RGB value is (89,113,78). Sum of RGB (Red+Green+Blue) = 89+113+78=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #59714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59714E is #A68EB1. Grayscale: #656565. Windows color (decimal): -10915506 or 5140825. OLE color: 5140825.

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

Color convert

RGB8911378-
CMYK0.2100.310.56
HSL101.14º18.32%37.45%-
HSV(B)101.14º30.97%44.31%-
XYZ11.414.489.4-
YUV101.83114.55118.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=31.79%
G=40.36%
B=27.86%

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
Decimal89113780.2100.310.56101.1418.3237.45
Hex59714E1501F38651225
Octal13116111625037701452245
Binary10110011110001100111010101011111111000110010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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