Shades of Fruit Salad #529456
Tints of Fruit Salad #529456
RGB
CMYK
RGB Variations
Color information
#529456 (or 0x529456) is known color: Fruit Salad. HEX triplet: 52, 94 and 56. RGB value is (82,148,86). Sum of RGB (Red+Green+Blue) = 82+148+86=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #529456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529456 is #AD6BA9. Grayscale: #797979. Windows color (decimal): -11365290 or 5674066. OLE color: 5674066.
HSL color Cylindrical-coordinate representation of color #529456: hue angle of 123.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529456 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 86 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.42 |
| HSL | 123.64º | 0.29% | 0.45% | - |
| HSV(B) | 123.64º | 0.45% | 0.58% | - |
| XYZ | 15.75 | 23.65 | 12.54 | - |
| YUV | 121.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 86 | 0.45 | 0 | 0.42 | 0.42 | 123.64 | 0.29 | 0.45 |
| Hex | 52 | 94 | 56 | 2D | 0 | 2A | 2A | 7C | 1D | 2D |
| Octal | 122 | 224 | 126 | 55 | 0 | 52 | 52 | 174 | 35 | 55 |
| Binary | 1010010 | 10010100 | 1010110 | 101101 | 0 | 101010 | 101010 | 1111100 | 11101 | 101101 |
Color Harmonies of #529456
Complementary color
Monochromatic Colors of #529456
Black with #529456
Text Example
Text Example
White with #529456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529456; }
p { color: rgb(82,148,86); }
H1.HeaderClassName
{
color: #529456;
}
.AnyTagClassName
{
color: #529456;
}
</style>
background-color css
<style>
a { background-color: #529456; }
a { background-color: rgb(82,148,86); }
div.DivClassName
{
background-color: #529456;
}
.BgClassName
{
background-color: #529456;
}
</style>
border-color css
<style>
span { border-color: #529456; }
span { border-color: rgb(82,148,86); }
td.TdClassName
{
border-color: #529456;
}
.TagClassName
{
border-color: #529456;
}
</style>