Html Css Color HEX #58704D Cactus

📋 copy color: '#58704D'

red 88 ◦ green 112 ◦ blue 77

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

Shades of Cactus #58704D

Tints of Cactus #58704D

RGB

 RED value IS 88 (34.77% from 255) = 31.77%

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

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

R = 31.77%
G = 40.43%
B = 27.8%

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

#58704D (or 0x58704D) is known color: Cactus. HEX triplet: 58, 70 and 4D. RGB value is (88,112,77). Sum of RGB (Red+Green+Blue) = 88+112+77=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #58704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58704D is #A78FB2. Grayscale: #646464. Windows color (decimal): -10981299 or 5075032. OLE color: 5075032.

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

Color convert

RGB 88 112 77 -
CMYK 0.21 0 0.31 0.56
HSL 101.14º 0.19% 0.37% -
HSV(B) 101.14º 0.31% 0.44% -
XYZ 11.16 14.2 9.17 -
YUV 100.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 88 112 77 0.21 0 0.31 0.56 101.14 0.19 0.37
Hex 58 70 4D 15 0 1F 38 65 13 25
Octal 130 160 115 25 0 37 70 145 23 45
Binary 1011000 1110000 1001101 10101 0 11111 111000 1100101 10011 100101

Color Harmonies of #58704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58704D

Black with #58704D

Text Example


Text Example

White with #58704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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