Shades of Fruit Salad #529F49
Tints of Fruit Salad #529F49
RGB
CMYK
RGB Variations
Color information
#529F49 (or 0x529F49) is known color: Fruit Salad. HEX triplet: 52, 9F and 49. RGB value is (82,159,73). Sum of RGB (Red+Green+Blue) = 82+159+73=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #529F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F49 is #AD60B6. Grayscale: #7E7E7E. Windows color (decimal): -11362487 or 4824914. OLE color: 4824914.
HSL color Cylindrical-coordinate representation of color #529F49: hue angle of 113.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529F49 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 73 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.38 |
| HSL | 113.72º | 0.37% | 0.45% | - |
| HSV(B) | 113.72º | 0.54% | 0.62% | - |
| XYZ | 17.08 | 27.07 | 10.63 | - |
| YUV | 126.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 73 | 0.48 | 0 | 0.54 | 0.38 | 113.72 | 0.37 | 0.45 |
| Hex | 52 | 9F | 49 | 30 | 0 | 36 | 26 | 72 | 25 | 2D |
| Octal | 122 | 237 | 111 | 60 | 0 | 66 | 46 | 162 | 45 | 55 |
| Binary | 1010010 | 10011111 | 1001001 | 110000 | 0 | 110110 | 100110 | 1110010 | 100101 | 101101 |
Color Harmonies of #529F49
Complementary color
Monochromatic Colors of #529F49
Black with #529F49
Text Example
Text Example
White with #529F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F49; }
p { color: rgb(82,159,73); }
H1.HeaderClassName
{
color: #529F49;
}
.AnyTagClassName
{
color: #529F49;
}
</style>
background-color css
<style>
a { background-color: #529F49; }
a { background-color: rgb(82,159,73); }
div.DivClassName
{
background-color: #529F49;
}
.BgClassName
{
background-color: #529F49;
}
</style>
border-color css
<style>
span { border-color: #529F49; }
span { border-color: rgb(82,159,73); }
td.TdClassName
{
border-color: #529F49;
}
.TagClassName
{
border-color: #529F49;
}
</style>