#58704F

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

Shades of Cactus #58704F

Tints of Cactus #58704F

Color information

#58704F (or 0x58704F) is unknown color: approx Cactus. HEX triplet: 58, 70 and 4F. RGB value is (88,112,79). Sum of RGB (Red+Green+Blue) = 88+112+79=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #58704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58704F is #A78FB0. Grayscale: #656565. Windows color (decimal): -10981297 or 5206104. OLE color: 5206104.

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

Color convert

RGB8811279-
CMYK0.2100.290.56
HSL103.64º17.28%37.45%-
HSV(B)103.64º29.46%43.92%-
XYZ11.2314.239.55-
YUV101.06115.55118.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=31.54%
G=40.14%
B=28.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112790.2100.290.56103.6417.2837.45
Hex58704F1501D38681125
Octal13016011725035701502145
Binary10110001110000100111110101011101111000110100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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