#58704A

Color #58704A Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #58704A

Tints of Cactus #58704A

Color information

#58704A (or 0x58704A) is unknown color: approx Cactus. HEX triplet: 58, 70 and 4A. RGB value is (88,112,74). Sum of RGB (Red+Green+Blue) = 88+112+74=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #58704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58704A is #A78FB5. Grayscale: #646464. Windows color (decimal): -10981302 or 4878424. OLE color: 4878424.

HSL color Cylindrical-coordinate representation of color #58704A: hue angle of 97.89º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58704A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB8811274-
CMYK0.2100.340.56
HSL97.89º20.43%36.47%-
HSV(B)97.89º33.93%43.92%-
XYZ11.0514.168.63-
YUV100.49113.05119.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=32.12%
G=40.88%
B=27.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112740.2100.340.5697.8920.4336.47
Hex58704A1502238621424
Octal13016011225042701422444
Binary101100011100001001010101010100010111000110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58704A;
 }
 .AnyTagClassName
 {
   color: #58704A;
 }
</style>
background-color css

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

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

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

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

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

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