Html Css Color HEX #58714F Cactus

📋 copy color: '#58714F'

red 88 ◦ green 113 ◦ blue 79

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

Shades of Cactus #58714F

Tints of Cactus #58714F

RGB

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

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

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

R = 31.43%
G = 40.36%
B = 28.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#58714F (or 0x58714F) is known color: Cactus. HEX triplet: 58, 71 and 4F. RGB value is (88,113,79). Sum of RGB (Red+Green+Blue) = 88+113+79=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #58714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58714F is #A78EB0. Grayscale: #656565. Windows color (decimal): -10981041 or 5206360. OLE color: 5206360.

HSL color Cylindrical-coordinate representation of color #58714F: hue angle of 104.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58714F is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 113 79 -
CMYK 0.22 0 0.30 0.56
HSL 104.12º 0.18% 0.38% -
HSV(B) 104.12º 0.3% 0.44% -
XYZ 11.34 14.45 9.59 -
YUV 101.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 88 113 79 0.22 0 0.30 0.56 104.12 0.18 0.38
Hex 58 71 4F 16 0 1E 38 68 12 26
Octal 130 161 117 26 0 36 70 150 22 46
Binary 1011000 1110001 1001111 10110 0 11110 111000 1101000 10010 100110

Color Harmonies of #58714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58714F

Black with #58714F

Text Example


Text Example

White with #58714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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