Shades of Fruit Salad #589958
Tints of Fruit Salad #589958
RGB
CMYK
RGB Variations
Color information
#589958 (or 0x589958) is known color: Fruit Salad. HEX triplet: 58, 99 and 58. RGB value is (88,153,88). Sum of RGB (Red+Green+Blue) = 88+153+88=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #589958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589958 is #A766A7. Grayscale: #7E7E7E. Windows color (decimal): -10970792 or 5806424. OLE color: 5806424.
HSL color Cylindrical-coordinate representation of color #589958: hue angle of 120º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589958 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 88 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.4 |
| HSL | 120º | 0.27% | 0.47% | - |
| HSV(B) | 120º | 0.42% | 0.6% | - |
| XYZ | 17.18 | 25.56 | 13.26 | - |
| YUV | 126.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 88 | 0.42 | 0 | 0.42 | 0.4 | 120 | 0.27 | 0.47 |
| Hex | 58 | 99 | 58 | 2A | 0 | 2A | 28 | 78 | 1B | 2F |
| Octal | 130 | 231 | 130 | 52 | 0 | 52 | 50 | 170 | 33 | 57 |
| Binary | 1011000 | 10011001 | 1011000 | 101010 | 0 | 101010 | 101000 | 1111000 | 11011 | 101111 |
Color Harmonies of #589958
Complementary color
Monochromatic Colors of #589958
Black with #589958
Text Example
Text Example
White with #589958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589958; }
p { color: rgb(88,153,88); }
H1.HeaderClassName
{
color: #589958;
}
.AnyTagClassName
{
color: #589958;
}
</style>
background-color css
<style>
a { background-color: #589958; }
a { background-color: rgb(88,153,88); }
div.DivClassName
{
background-color: #589958;
}
.BgClassName
{
background-color: #589958;
}
</style>
border-color css
<style>
span { border-color: #589958; }
span { border-color: rgb(88,153,88); }
td.TdClassName
{
border-color: #589958;
}
.TagClassName
{
border-color: #589958;
}
</style>