Html Css Color HEX #58714C Cactus

📋 copy color: '#58714C'

red 88 ◦ green 113 ◦ blue 76

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

Shades of Cactus #58714C

Tints of Cactus #58714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 31.77%
G = 40.79%
B = 27.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#58714C (or 0x58714C) is known color: Cactus. HEX triplet: 58, 71 and 4C. RGB value is (88,113,76). Sum of RGB (Red+Green+Blue) = 88+113+76=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #58714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58714C is #A78EB3. Grayscale: #656565. Windows color (decimal): -10981044 or 5009752. OLE color: 5009752.

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

Color convert

RGB 88 113 76 -
CMYK 0.22 0 0.33 0.56
HSL 100.54º 0.2% 0.37% -
HSV(B) 100.54º 0.33% 0.44% -
XYZ 11.23 14.41 9.03 -
YUV 101.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 88 113 76 0.22 0 0.33 0.56 100.54 0.2 0.37
Hex 58 71 4C 16 0 21 38 65 14 25
Octal 130 161 114 26 0 41 70 145 24 45
Binary 1011000 1110001 1001100 10110 0 100001 111000 1100101 10100 100101

Color Harmonies of #58714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58714C

Black with #58714C

Text Example


Text Example

White with #58714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58714C; }

 p { color: rgb(88,113,76); }

 H1.HeaderClassName
 {
   color: #58714C;
 }
 .AnyTagClassName
 {
   color: #58714C;
 }
</style>

background-color css

<style>
 a { background-color: #58714C; }

 a { background-color: rgb(88,113,76); }

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

border-color css

<style>
 span { border-color: #58714C; }

 span { border-color: rgb(88,113,76); }

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