Shades of Fruit Salad #529652
Tints of Fruit Salad #529652
RGB
CMYK
RGB Variations
Color information
#529652 (or 0x529652) is known color: Fruit Salad. HEX triplet: 52, 96 and 52. RGB value is (82,150,82). Sum of RGB (Red+Green+Blue) = 82+150+82=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #529652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529652 is #AD69AD. Grayscale: #7A7A7A. Windows color (decimal): -11364782 or 5412434. OLE color: 5412434.
HSL color Cylindrical-coordinate representation of color #529652: hue angle of 120º 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 #529652 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 82 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.41 |
| HSL | 120º | 0.29% | 0.45% | - |
| HSV(B) | 120º | 0.45% | 0.59% | - |
| XYZ | 15.91 | 24.22 | 11.82 | - |
| YUV | 121.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 82 | 0.45 | 0 | 0.45 | 0.41 | 120 | 0.29 | 0.45 |
| Hex | 52 | 96 | 52 | 2D | 0 | 2D | 29 | 78 | 1D | 2D |
| Octal | 122 | 226 | 122 | 55 | 0 | 55 | 51 | 170 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1010010 | 101101 | 0 | 101101 | 101001 | 1111000 | 11101 | 101101 |
Color Harmonies of #529652
Complementary color
Monochromatic Colors of #529652
Black with #529652
Text Example
Text Example
White with #529652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529652; }
p { color: rgb(82,150,82); }
H1.HeaderClassName
{
color: #529652;
}
.AnyTagClassName
{
color: #529652;
}
</style>
background-color css
<style>
a { background-color: #529652; }
a { background-color: rgb(82,150,82); }
div.DivClassName
{
background-color: #529652;
}
.BgClassName
{
background-color: #529652;
}
</style>
border-color css
<style>
span { border-color: #529652; }
span { border-color: rgb(82,150,82); }
td.TdClassName
{
border-color: #529652;
}
.TagClassName
{
border-color: #529652;
}
</style>