Shades of Fruit Salad #529A5A
Tints of Fruit Salad #529A5A
RGB
CMYK
RGB Variations
Color information
#529A5A (or 0x529A5A) is known color: Fruit Salad. HEX triplet: 52, 9A and 5A. RGB value is (82,154,90). Sum of RGB (Red+Green+Blue) = 82+154+90=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #529A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A5A is #AD65A5. Grayscale: #7D7D7D. Windows color (decimal): -11363750 or 5937746. OLE color: 5937746.
HSL color Cylindrical-coordinate representation of color #529A5A: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A5A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 90 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.40 |
| HSL | 126.67º | 0.31% | 0.46% | - |
| HSV(B) | 126.67º | 0.47% | 0.6% | - |
| XYZ | 16.88 | 25.64 | 13.73 | - |
| YUV | 125.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 90 | 0.47 | 0 | 0.42 | 0.40 | 126.67 | 0.31 | 0.46 |
| Hex | 52 | 9A | 5A | 2F | 0 | 2A | 28 | 7F | 1F | 2E |
| Octal | 122 | 232 | 132 | 57 | 0 | 52 | 50 | 177 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1011010 | 101111 | 0 | 101010 | 101000 | 1111111 | 11111 | 101110 |
Color Harmonies of #529A5A
Complementary color
Monochromatic Colors of #529A5A
Black with #529A5A
Text Example
Text Example
White with #529A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A5A; }
p { color: rgb(82,154,90); }
H1.HeaderClassName
{
color: #529A5A;
}
.AnyTagClassName
{
color: #529A5A;
}
</style>
background-color css
<style>
a { background-color: #529A5A; }
a { background-color: rgb(82,154,90); }
div.DivClassName
{
background-color: #529A5A;
}
.BgClassName
{
background-color: #529A5A;
}
</style>
border-color css
<style>
span { border-color: #529A5A; }
span { border-color: rgb(82,154,90); }
td.TdClassName
{
border-color: #529A5A;
}
.TagClassName
{
border-color: #529A5A;
}
</style>