Shades of Fruit Salad #599E4E
Tints of Fruit Salad #599E4E
RGB
CMYK
RGB Variations
Color information
#599E4E (or 0x599E4E) is known color: Fruit Salad. HEX triplet: 59, 9E and 4E. RGB value is (89,158,78). Sum of RGB (Red+Green+Blue) = 89+158+78=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #599E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599E4E is #A661B1. Grayscale: #808080. Windows color (decimal): -10903986 or 5152345. OLE color: 5152345.
HSL color Cylindrical-coordinate representation of color #599E4E: hue angle of 111.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599E4E is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 158 | 78 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.38 |
| HSL | 111.75º | 0.34% | 0.46% | - |
| HSV(B) | 111.75º | 0.51% | 0.62% | - |
| XYZ | 17.72 | 27.13 | 11.51 | - |
| YUV | 128.25 | 99.64 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 78 | 0.44 | 0 | 0.51 | 0.38 | 111.75 | 0.34 | 0.46 |
| Hex | 59 | 9E | 4E | 2C | 0 | 33 | 26 | 70 | 22 | 2E |
| Octal | 131 | 236 | 116 | 54 | 0 | 63 | 46 | 160 | 42 | 56 |
| Binary | 1011001 | 10011110 | 1001110 | 101100 | 0 | 110011 | 100110 | 1110000 | 100010 | 101110 |
Color Harmonies of #599E4E
Complementary color
Monochromatic Colors of #599E4E
Black with #599E4E
Text Example
Text Example
White with #599E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599E4E; }
p { color: rgb(89,158,78); }
H1.HeaderClassName
{
color: #599E4E;
}
.AnyTagClassName
{
color: #599E4E;
}
</style>
background-color css
<style>
a { background-color: #599E4E; }
a { background-color: rgb(89,158,78); }
div.DivClassName
{
background-color: #599E4E;
}
.BgClassName
{
background-color: #599E4E;
}
</style>
border-color css
<style>
span { border-color: #599E4E; }
span { border-color: rgb(89,158,78); }
td.TdClassName
{
border-color: #599E4E;
}
.TagClassName
{
border-color: #599E4E;
}
</style>