Shades of Fruit Salad #529C4C
Tints of Fruit Salad #529C4C
RGB
CMYK
RGB Variations
Color information
#529C4C (or 0x529C4C) is known color: Fruit Salad. HEX triplet: 52, 9C and 4C. RGB value is (82,156,76). Sum of RGB (Red+Green+Blue) = 82+156+76=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #529C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C4C is #AD63B3. Grayscale: #7C7C7C. Windows color (decimal): -11363252 or 5020754. OLE color: 5020754.
HSL color Cylindrical-coordinate representation of color #529C4C: hue angle of 115.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #529C4C is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 76 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.39 |
| HSL | 115.5º | 0.34% | 0.45% | - |
| HSV(B) | 115.5º | 0.51% | 0.61% | - |
| XYZ | 16.67 | 26.09 | 11 | - |
| YUV | 124.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 76 | 0.47 | 0 | 0.51 | 0.39 | 115.5 | 0.34 | 0.45 |
| Hex | 52 | 9C | 4C | 2F | 0 | 33 | 27 | 74 | 22 | 2D |
| Octal | 122 | 234 | 114 | 57 | 0 | 63 | 47 | 164 | 42 | 55 |
| Binary | 1010010 | 10011100 | 1001100 | 101111 | 0 | 110011 | 100111 | 1110100 | 100010 | 101101 |
Color Harmonies of #529C4C
Complementary color
Monochromatic Colors of #529C4C
Black with #529C4C
Text Example
Text Example
White with #529C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C4C; }
p { color: rgb(82,156,76); }
H1.HeaderClassName
{
color: #529C4C;
}
.AnyTagClassName
{
color: #529C4C;
}
</style>
background-color css
<style>
a { background-color: #529C4C; }
a { background-color: rgb(82,156,76); }
div.DivClassName
{
background-color: #529C4C;
}
.BgClassName
{
background-color: #529C4C;
}
</style>
border-color css
<style>
span { border-color: #529C4C; }
span { border-color: rgb(82,156,76); }
td.TdClassName
{
border-color: #529C4C;
}
.TagClassName
{
border-color: #529C4C;
}
</style>