Html Css Color HEX #59714D Cactus

📋 copy color: '#59714D'

red 89 ◦ green 113 ◦ blue 77

#59714D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #59714D

Tints of Cactus #59714D

RGB

 RED value IS 89 (35.16% from 255) = 31.9%

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 31.9%
G = 40.5%
B = 27.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#59714D (or 0x59714D) is known color: 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

RGB 89 113 77 -
CMYK 0.21 0 0.32 0.56
HSL 100º 0.19% 0.37% -
HSV(B) 100º 0.32% 0.44% -
XYZ 11.36 14.47 9.22 -
YUV 101.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 89 113 77 0.21 0 0.32 0.56 100 0.19 0.37
Hex 59 71 4D 15 0 20 38 64 13 25
Octal 131 161 115 25 0 40 70 144 23 45
Binary 1011001 1110001 1001101 10101 0 100000 111000 1100100 10011 100101

Color Harmonies of #59714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59714D

Black with #59714D

Text Example


Text Example

White with #59714D

Text Example


Text Example

HTML Codes & Css Web 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>