Html Css Color HEX #58704B Cactus

📋 copy color: '#58704B'

red 88 ◦ green 112 ◦ blue 75

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

Shades of Cactus #58704B

Tints of Cactus #58704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

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

R = 32%
G = 40.73%
B = 27.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#58704B (or 0x58704B) is known color: Cactus. HEX triplet: 58, 70 and 4B. RGB value is (88,112,75). Sum of RGB (Red+Green+Blue) = 88+112+75=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #58704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58704B is #A78FB4. Grayscale: #646464. Windows color (decimal): -10981301 or 4943960. OLE color: 4943960.

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

Color convert

RGB 88 112 75 -
CMYK 0.21 0 0.33 0.56
HSL 98.92º 0.2% 0.37% -
HSV(B) 98.92º 0.33% 0.44% -
XYZ 11.09 14.17 8.81 -
YUV 100.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 88 112 75 0.21 0 0.33 0.56 98.92 0.2 0.37
Hex 58 70 4B 15 0 21 38 63 14 25
Octal 130 160 113 25 0 41 70 143 24 45
Binary 1011000 1110000 1001011 10101 0 100001 111000 1100011 10100 100101

Color Harmonies of #58704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58704B

Black with #58704B

Text Example


Text Example

White with #58704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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