#59714B

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

Shades of Cactus #59714B

Tints of Cactus #59714B

Color information

#59714B (or 0x59714B) is unknown color: approx Cactus. HEX triplet: 59, 71 and 4B. RGB value is (89,113,75). Sum of RGB (Red+Green+Blue) = 89+113+75=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #59714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59714B is #A68EB4. Grayscale: #656565. Windows color (decimal): -10915509 or 4944217. OLE color: 4944217.

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

Color convert

RGB8911375-
CMYK0.2100.340.56
HSL97.89º20.21%36.86%-
HSV(B)97.89º33.63%44.31%-
XYZ11.2914.448.85-
YUV101.49113.05119.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=32.13%
G=40.79%
B=27.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89113750.2100.340.5697.8920.2136.86
Hex59714B1502238621425
Octal13116111325042701422445
Binary101100111100011001011101010100010111000110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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