Shades of Fruit Salad #59A45C
Tints of Fruit Salad #59A45C
RGB
CMYK
RGB Variations
Color information
#59A45C (or 0x59A45C) is known color: Fruit Salad. HEX triplet: 59, A4 and 5C. RGB value is (89,164,92). Sum of RGB (Red+Green+Blue) = 89+164+92=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #59A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A45C is #A65BA3. Grayscale: #858585. Windows color (decimal): -10902436 or 6071385. OLE color: 6071385.
HSL color Cylindrical-coordinate representation of color #59A45C: hue angle of 122.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A45C is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 164 | 92 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.36 |
| HSL | 122.4º | 0.3% | 0.5% | - |
| HSV(B) | 122.4º | 0.46% | 0.64% | - |
| XYZ | 19.33 | 29.45 | 14.79 | - |
| YUV | 133.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 92 | 0.46 | 0 | 0.44 | 0.36 | 122.4 | 0.3 | 0.5 |
| Hex | 59 | A4 | 5C | 2E | 0 | 2C | 24 | 7A | 1E | 32 |
| Octal | 131 | 244 | 134 | 56 | 0 | 54 | 44 | 172 | 36 | 62 |
| Binary | 1011001 | 10100100 | 1011100 | 101110 | 0 | 101100 | 100100 | 1111010 | 11110 | 110010 |
Color Harmonies of #59A45C
Complementary color
Monochromatic Colors of #59A45C
Black with #59A45C
Text Example
Text Example
White with #59A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A45C; }
p { color: rgb(89,164,92); }
H1.HeaderClassName
{
color: #59A45C;
}
.AnyTagClassName
{
color: #59A45C;
}
</style>
background-color css
<style>
a { background-color: #59A45C; }
a { background-color: rgb(89,164,92); }
div.DivClassName
{
background-color: #59A45C;
}
.BgClassName
{
background-color: #59A45C;
}
</style>
border-color css
<style>
span { border-color: #59A45C; }
span { border-color: rgb(89,164,92); }
td.TdClassName
{
border-color: #59A45C;
}
.TagClassName
{
border-color: #59A45C;
}
</style>