Html Css Color HEX #58724F Cactus

📋 copy color: '#58724F'

red 88 ◦ green 114 ◦ blue 79

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

Shades of Cactus #58724F

Tints of Cactus #58724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 31.32%
G = 40.57%
B = 28.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#58724F (or 0x58724F) is known color: Cactus. HEX triplet: 58, 72 and 4F. RGB value is (88,114,79). Sum of RGB (Red+Green+Blue) = 88+114+79=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #58724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58724F is #A78DB0. Grayscale: #666666. Windows color (decimal): -10980785 or 5206616. OLE color: 5206616.

HSL color Cylindrical-coordinate representation of color #58724F: hue angle of 104.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58724F is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 114 79 -
CMYK 0.23 0 0.31 0.55
HSL 104.57º 0.18% 0.38% -
HSV(B) 104.57º 0.31% 0.45% -
XYZ 11.45 14.67 9.63 -
YUV 102.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 88 114 79 0.23 0 0.31 0.55 104.57 0.18 0.38
Hex 58 72 4F 17 0 1F 37 69 12 26
Octal 130 162 117 27 0 37 67 151 22 46
Binary 1011000 1110010 1001111 10111 0 11111 110111 1101001 10010 100110

Color Harmonies of #58724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58724F

Black with #58724F

Text Example


Text Example

White with #58724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58724F; }

 p { color: rgb(88,114,79); }

 H1.HeaderClassName
 {
   color: #58724F;
 }
 .AnyTagClassName
 {
   color: #58724F;
 }
</style>

background-color css

<style>
 a { background-color: #58724F; }

 a { background-color: rgb(88,114,79); }

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

border-color css

<style>
 span { border-color: #58724F; }

 span { border-color: rgb(88,114,79); }

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