Html Css Color HEX #59714B Cactus

📋 copy color: '#59714B'

red 89 ◦ green 113 ◦ blue 75

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

Shades of Cactus #59714B

Tints of Cactus #59714B

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 value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 89 113 75 -
CMYK 0.21 0 0.34 0.56
HSL 97.89º 0.2% 0.37% -
HSV(B) 97.89º 0.34% 0.44% -
XYZ 11.29 14.44 8.85 -
YUV 101.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 89 113 75 0.21 0 0.34 0.56 97.89 0.2 0.37
Hex 59 71 4B 15 0 22 38 62 14 25
Octal 131 161 113 25 0 42 70 142 24 45
Binary 1011001 1110001 1001011 10101 0 100010 111000 1100010 10100 100101

Color Harmonies of #59714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59714B

Black with #59714B

Text Example


Text Example

White with #59714B

Text Example


Text Example

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