Html Css Color HEX #58754D Cactus

📋 copy color: '#58754D'

red 88 ◦ green 117 ◦ blue 77

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

Shades of Cactus #58754D

Tints of Cactus #58754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 31.21%
G = 41.49%
B = 27.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#58754D (or 0x58754D) is known color: Cactus. HEX triplet: 58, 75 and 4D. RGB value is (88,117,77). Sum of RGB (Red+Green+Blue) = 88+117+77=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #58754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58754D is #A78AB2. Grayscale: #676767. Windows color (decimal): -10980019 or 5076312. OLE color: 5076312.

HSL color Cylindrical-coordinate representation of color #58754D: hue angle of 103.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58754D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 77 -
CMYK 0.25 0 0.34 0.54
HSL 103.5º 0.21% 0.38% -
HSV(B) 103.5º 0.34% 0.46% -
XYZ 11.73 15.33 9.36 -
YUV 103.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 88 117 77 0.25 0 0.34 0.54 103.5 0.21 0.38
Hex 58 75 4D 19 0 22 36 68 15 26
Octal 130 165 115 31 0 42 66 150 25 46
Binary 1011000 1110101 1001101 11001 0 100010 110110 1101000 10101 100110

Color Harmonies of #58754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58754D

Black with #58754D

Text Example


Text Example

White with #58754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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