Html Css Color HEX #59704D Cactus

📋 copy color: '#59704D'

red 89 ◦ green 112 ◦ blue 77

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

Shades of Cactus #59704D

Tints of Cactus #59704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 32.01%
G = 40.29%
B = 27.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#59704D (or 0x59704D) is known color: Cactus. HEX triplet: 59, 70 and 4D. RGB value is (89,112,77). Sum of RGB (Red+Green+Blue) = 89+112+77=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #59704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59704D is #A68FB2. Grayscale: #656565. Windows color (decimal): -10915763 or 5075033. OLE color: 5075033.

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

Color convert

RGB 89 112 77 -
CMYK 0.21 0 0.31 0.56
HSL 99.43º 0.19% 0.37% -
HSV(B) 99.43º 0.31% 0.44% -
XYZ 11.25 14.25 9.18 -
YUV 101.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 89 112 77 0.21 0 0.31 0.56 99.43 0.19 0.37
Hex 59 70 4D 15 0 1F 38 63 13 25
Octal 131 160 115 25 0 37 70 143 23 45
Binary 1011001 1110000 1001101 10101 0 11111 111000 1100011 10011 100101

Color Harmonies of #59704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59704D

Black with #59704D

Text Example


Text Example

White with #59704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59704D;
 }
 .AnyTagClassName
 {
   color: #59704D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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