Shades of Fruit Salad #529656
Tints of Fruit Salad #529656
RGB
CMYK
RGB Variations
Color information
#529656 (or 0x529656) is known color: Fruit Salad. HEX triplet: 52, 96 and 56. RGB value is (82,150,86). Sum of RGB (Red+Green+Blue) = 82+150+86=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #529656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529656 is #AD69A9. Grayscale: #7A7A7A. Windows color (decimal): -11364778 or 5674578. OLE color: 5674578.
HSL color Cylindrical-coordinate representation of color #529656: hue angle of 123.53º 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 #529656 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 86 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.41 |
| HSL | 123.53º | 0.29% | 0.45% | - |
| HSV(B) | 123.53º | 0.45% | 0.59% | - |
| XYZ | 16.07 | 24.28 | 12.64 | - |
| YUV | 122.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 86 | 0.45 | 0 | 0.43 | 0.41 | 123.53 | 0.29 | 0.45 |
| Hex | 52 | 96 | 56 | 2D | 0 | 2B | 29 | 7C | 1D | 2D |
| Octal | 122 | 226 | 126 | 55 | 0 | 53 | 51 | 174 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1010110 | 101101 | 0 | 101011 | 101001 | 1111100 | 11101 | 101101 |
Color Harmonies of #529656
Complementary color
Monochromatic Colors of #529656
Black with #529656
Text Example
Text Example
White with #529656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529656; }
p { color: rgb(82,150,86); }
H1.HeaderClassName
{
color: #529656;
}
.AnyTagClassName
{
color: #529656;
}
</style>
background-color css
<style>
a { background-color: #529656; }
a { background-color: rgb(82,150,86); }
div.DivClassName
{
background-color: #529656;
}
.BgClassName
{
background-color: #529656;
}
</style>
border-color css
<style>
span { border-color: #529656; }
span { border-color: rgb(82,150,86); }
td.TdClassName
{
border-color: #529656;
}
.TagClassName
{
border-color: #529656;
}
</style>