Shades of Fruit Salad #529549
Tints of Fruit Salad #529549
RGB
CMYK
RGB Variations
Color information
#529549 (or 0x529549) is known color: Fruit Salad. HEX triplet: 52, 95 and 49. RGB value is (82,149,73). Sum of RGB (Red+Green+Blue) = 82+149+73=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #529549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529549 is #AD6AB6. Grayscale: #787878. Windows color (decimal): -11365047 or 4822354. OLE color: 4822354.
HSL color Cylindrical-coordinate representation of color #529549: hue angle of 112.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #529549 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 73 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.42 |
| HSL | 112.89º | 0.34% | 0.44% | - |
| HSV(B) | 112.89º | 0.51% | 0.58% | - |
| XYZ | 15.43 | 23.77 | 10.08 | - |
| YUV | 120.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 73 | 0.45 | 0 | 0.51 | 0.42 | 112.89 | 0.34 | 0.44 |
| Hex | 52 | 95 | 49 | 2D | 0 | 33 | 2A | 71 | 22 | 2C |
| Octal | 122 | 225 | 111 | 55 | 0 | 63 | 52 | 161 | 42 | 54 |
| Binary | 1010010 | 10010101 | 1001001 | 101101 | 0 | 110011 | 101010 | 1110001 | 100010 | 101100 |
Color Harmonies of #529549
Complementary color
Monochromatic Colors of #529549
Black with #529549
Text Example
Text Example
White with #529549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529549; }
p { color: rgb(82,149,73); }
H1.HeaderClassName
{
color: #529549;
}
.AnyTagClassName
{
color: #529549;
}
</style>
background-color css
<style>
a { background-color: #529549; }
a { background-color: rgb(82,149,73); }
div.DivClassName
{
background-color: #529549;
}
.BgClassName
{
background-color: #529549;
}
</style>
border-color css
<style>
span { border-color: #529549; }
span { border-color: rgb(82,149,73); }
td.TdClassName
{
border-color: #529549;
}
.TagClassName
{
border-color: #529549;
}
</style>