Html Css Color HEX #59704B Cactus

📋 copy color: '#59704B'

red 89 ◦ green 112 ◦ blue 75

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

Shades of Cactus #59704B

Tints of Cactus #59704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 32.25%
G = 40.58%
B = 27.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#59704B (or 0x59704B) is known color: Cactus. HEX triplet: 59, 70 and 4B. RGB value is (89,112,75). Sum of RGB (Red+Green+Blue) = 89+112+75=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #59704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59704B is #A68FB4. Grayscale: #656565. Windows color (decimal): -10915765 or 4943961. OLE color: 4943961.

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

Color convert

RGB 89 112 75 -
CMYK 0.21 0 0.33 0.56
HSL 97.3º 0.2% 0.37% -
HSV(B) 97.3º 0.33% 0.44% -
XYZ 11.18 14.22 8.81 -
YUV 100.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 89 112 75 0.21 0 0.33 0.56 97.3 0.2 0.37
Hex 59 70 4B 15 0 21 38 61 14 25
Octal 131 160 113 25 0 41 70 141 24 45
Binary 1011001 1110000 1001011 10101 0 100001 111000 1100001 10100 100101

Color Harmonies of #59704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59704B

Black with #59704B

Text Example


Text Example

White with #59704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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