Shades of Fruit Salad #58975C
Tints of Fruit Salad #58975C
RGB
CMYK
RGB Variations
Color information
#58975C (or 0x58975C) is known color: Fruit Salad. HEX triplet: 58, 97 and 5C. RGB value is (88,151,92). Sum of RGB (Red+Green+Blue) = 88+151+92=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #58975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58975C is #A768A3. Grayscale: #7D7D7D. Windows color (decimal): -10971300 or 6068056. OLE color: 6068056.
HSL color Cylindrical-coordinate representation of color #58975C: hue angle of 123.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58975C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 92 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.41 |
| HSL | 123.81º | 0.26% | 0.47% | - |
| HSV(B) | 123.81º | 0.42% | 0.59% | - |
| XYZ | 17.02 | 24.98 | 14.05 | - |
| YUV | 125.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 92 | 0.42 | 0 | 0.39 | 0.41 | 123.81 | 0.26 | 0.47 |
| Hex | 58 | 97 | 5C | 2A | 0 | 27 | 29 | 7C | 1A | 2F |
| Octal | 130 | 227 | 134 | 52 | 0 | 47 | 51 | 174 | 32 | 57 |
| Binary | 1011000 | 10010111 | 1011100 | 101010 | 0 | 100111 | 101001 | 1111100 | 11010 | 101111 |
Color Harmonies of #58975C
Complementary color
Monochromatic Colors of #58975C
Black with #58975C
Text Example
Text Example
White with #58975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58975C; }
p { color: rgb(88,151,92); }
H1.HeaderClassName
{
color: #58975C;
}
.AnyTagClassName
{
color: #58975C;
}
</style>
background-color css
<style>
a { background-color: #58975C; }
a { background-color: rgb(88,151,92); }
div.DivClassName
{
background-color: #58975C;
}
.BgClassName
{
background-color: #58975C;
}
</style>
border-color css
<style>
span { border-color: #58975C; }
span { border-color: rgb(88,151,92); }
td.TdClassName
{
border-color: #58975C;
}
.TagClassName
{
border-color: #58975C;
}
</style>