Html Css Color HEX #58754B Cactus

📋 copy color: '#58754B'

red 88 ◦ green 117 ◦ blue 75

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

Shades of Cactus #58754B

Tints of Cactus #58754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 31.43%
G = 41.79%
B = 26.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#58754B (or 0x58754B) is known color: Cactus. HEX triplet: 58, 75 and 4B. RGB value is (88,117,75). Sum of RGB (Red+Green+Blue) = 88+117+75=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #58754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58754B is #A78AB4. Grayscale: #676767. Windows color (decimal): -10980021 or 4945240. OLE color: 4945240.

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

Color convert

RGB 88 117 75 -
CMYK 0.25 0 0.36 0.54
HSL 101.43º 0.22% 0.38% -
HSV(B) 101.43º 0.36% 0.46% -
XYZ 11.66 15.31 9 -
YUV 103.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 88 117 75 0.25 0 0.36 0.54 101.43 0.22 0.38
Hex 58 75 4B 19 0 24 36 65 16 26
Octal 130 165 113 31 0 44 66 145 26 46
Binary 1011000 1110101 1001011 11001 0 100100 110110 1100101 10110 100110

Color Harmonies of #58754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58754B

Black with #58754B

Text Example


Text Example

White with #58754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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