Shades of Fruit Salad #529A44
Tints of Fruit Salad #529A44
RGB
CMYK
RGB Variations
Color information
#529A44 (or 0x529A44) is known color: Fruit Salad. HEX triplet: 52, 9A and 44. RGB value is (82,154,68). Sum of RGB (Red+Green+Blue) = 82+154+68=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #529A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A44 is #AD65BB. Grayscale: #7A7A7A. Windows color (decimal): -11363772 or 4495954. OLE color: 4495954.
HSL color Cylindrical-coordinate representation of color #529A44: hue angle of 110.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #529A44 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 68 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.40 |
| HSL | 110.23º | 0.39% | 0.44% | - |
| HSV(B) | 110.23º | 0.56% | 0.6% | - |
| XYZ | 16.08 | 25.32 | 9.51 | - |
| YUV | 122.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 68 | 0.47 | 0 | 0.56 | 0.40 | 110.23 | 0.39 | 0.44 |
| Hex | 52 | 9A | 44 | 2F | 0 | 38 | 28 | 6E | 27 | 2C |
| Octal | 122 | 232 | 104 | 57 | 0 | 70 | 50 | 156 | 47 | 54 |
| Binary | 1010010 | 10011010 | 1000100 | 101111 | 0 | 111000 | 101000 | 1101110 | 100111 | 101100 |
Color Harmonies of #529A44
Complementary color
Monochromatic Colors of #529A44
Black with #529A44
Text Example
Text Example
White with #529A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A44; }
p { color: rgb(82,154,68); }
H1.HeaderClassName
{
color: #529A44;
}
.AnyTagClassName
{
color: #529A44;
}
</style>
background-color css
<style>
a { background-color: #529A44; }
a { background-color: rgb(82,154,68); }
div.DivClassName
{
background-color: #529A44;
}
.BgClassName
{
background-color: #529A44;
}
</style>
border-color css
<style>
span { border-color: #529A44; }
span { border-color: rgb(82,154,68); }
td.TdClassName
{
border-color: #529A44;
}
.TagClassName
{
border-color: #529A44;
}
</style>