#58704E

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

Shades of Cactus #58704E

Tints of Cactus #58704E

Color information

#58704E (or 0x58704E) is unknown color: approx Cactus. HEX triplet: 58, 70 and 4E. RGB value is (88,112,78). Sum of RGB (Red+Green+Blue) = 88+112+78=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #58704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58704E is #A78FB1. Grayscale: #656565. Windows color (decimal): -10981298 or 5140568. OLE color: 5140568.

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

Color convert

RGB8811278-
CMYK0.2100.300.56
HSL102.35º17.89%37.25%-
HSV(B)102.35º30.36%43.92%-
XYZ11.1914.219.36-
YUV100.95115.05118.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=31.65%
G=40.29%
B=28.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112780.2100.300.56102.3517.8937.25
Hex58704E1501E38661225
Octal13016011625036701462245
Binary10110001110000100111010101011110111000110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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