Shades of Fruit Salad #529655
Tints of Fruit Salad #529655
RGB
CMYK
RGB Variations
Color information
#529655 (or 0x529655) is known color: Fruit Salad. HEX triplet: 52, 96 and 55. RGB value is (82,150,85). Sum of RGB (Red+Green+Blue) = 82+150+85=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #529655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529655 is #AD69AA. Grayscale: #7A7A7A. Windows color (decimal): -11364779 or 5609042. OLE color: 5609042.
HSL color Cylindrical-coordinate representation of color #529655: hue angle of 122.65º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529655 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 85 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.41 |
| HSL | 122.65º | 0.29% | 0.45% | - |
| HSV(B) | 122.65º | 0.45% | 0.59% | - |
| XYZ | 16.03 | 24.26 | 12.43 | - |
| YUV | 122.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 85 | 0.45 | 0 | 0.43 | 0.41 | 122.65 | 0.29 | 0.45 |
| Hex | 52 | 96 | 55 | 2D | 0 | 2B | 29 | 7B | 1D | 2D |
| Octal | 122 | 226 | 125 | 55 | 0 | 53 | 51 | 173 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1010101 | 101101 | 0 | 101011 | 101001 | 1111011 | 11101 | 101101 |
Color Harmonies of #529655
Complementary color
Monochromatic Colors of #529655
Black with #529655
Text Example
Text Example
White with #529655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529655; }
p { color: rgb(82,150,85); }
H1.HeaderClassName
{
color: #529655;
}
.AnyTagClassName
{
color: #529655;
}
</style>
background-color css
<style>
a { background-color: #529655; }
a { background-color: rgb(82,150,85); }
div.DivClassName
{
background-color: #529655;
}
.BgClassName
{
background-color: #529655;
}
</style>
border-color css
<style>
span { border-color: #529655; }
span { border-color: rgb(82,150,85); }
td.TdClassName
{
border-color: #529655;
}
.TagClassName
{
border-color: #529655;
}
</style>