Shades of Fruit Salad #529C48
Tints of Fruit Salad #529C48
RGB
CMYK
RGB Variations
Color information
#529C48 (or 0x529C48) is known color: Fruit Salad. HEX triplet: 52, 9C and 48. RGB value is (82,156,72). Sum of RGB (Red+Green+Blue) = 82+156+72=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #529C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C48 is #AD63B7. Grayscale: #7C7C7C. Windows color (decimal): -11363256 or 4758610. OLE color: 4758610.
HSL color Cylindrical-coordinate representation of color #529C48: hue angle of 112.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529C48 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 72 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.39 |
| HSL | 112.86º | 0.37% | 0.45% | - |
| HSV(B) | 112.86º | 0.54% | 0.61% | - |
| XYZ | 16.54 | 26.04 | 10.29 | - |
| YUV | 124.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 72 | 0.47 | 0 | 0.54 | 0.39 | 112.86 | 0.37 | 0.45 |
| Hex | 52 | 9C | 48 | 2F | 0 | 36 | 27 | 71 | 25 | 2D |
| Octal | 122 | 234 | 110 | 57 | 0 | 66 | 47 | 161 | 45 | 55 |
| Binary | 1010010 | 10011100 | 1001000 | 101111 | 0 | 110110 | 100111 | 1110001 | 100101 | 101101 |
Color Harmonies of #529C48
Complementary color
Monochromatic Colors of #529C48
Black with #529C48
Text Example
Text Example
White with #529C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C48; }
p { color: rgb(82,156,72); }
H1.HeaderClassName
{
color: #529C48;
}
.AnyTagClassName
{
color: #529C48;
}
</style>
background-color css
<style>
a { background-color: #529C48; }
a { background-color: rgb(82,156,72); }
div.DivClassName
{
background-color: #529C48;
}
.BgClassName
{
background-color: #529C48;
}
</style>
border-color css
<style>
span { border-color: #529C48; }
span { border-color: rgb(82,156,72); }
td.TdClassName
{
border-color: #529C48;
}
.TagClassName
{
border-color: #529C48;
}
</style>