Shades of Fruit Salad #529C44
Tints of Fruit Salad #529C44
RGB
CMYK
RGB Variations
Color information
#529C44 (or 0x529C44) is known color: Fruit Salad. HEX triplet: 52, 9C and 44. RGB value is (82,156,68). Sum of RGB (Red+Green+Blue) = 82+156+68=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #529C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C44 is #AD63BB. Grayscale: #7C7C7C. Windows color (decimal): -11363260 or 4496466. OLE color: 4496466.
HSL color Cylindrical-coordinate representation of color #529C44: hue angle of 110.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #529C44 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 68 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.39 |
| HSL | 110.45º | 0.39% | 0.44% | - |
| HSV(B) | 110.45º | 0.56% | 0.61% | - |
| XYZ | 16.41 | 25.99 | 9.62 | - |
| YUV | 123.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 68 | 0.47 | 0 | 0.56 | 0.39 | 110.45 | 0.39 | 0.44 |
| Hex | 52 | 9C | 44 | 2F | 0 | 38 | 27 | 6E | 27 | 2C |
| Octal | 122 | 234 | 104 | 57 | 0 | 70 | 47 | 156 | 47 | 54 |
| Binary | 1010010 | 10011100 | 1000100 | 101111 | 0 | 111000 | 100111 | 1101110 | 100111 | 101100 |
Color Harmonies of #529C44
Complementary color
Monochromatic Colors of #529C44
Black with #529C44
Text Example
Text Example
White with #529C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C44; }
p { color: rgb(82,156,68); }
H1.HeaderClassName
{
color: #529C44;
}
.AnyTagClassName
{
color: #529C44;
}
</style>
background-color css
<style>
a { background-color: #529C44; }
a { background-color: rgb(82,156,68); }
div.DivClassName
{
background-color: #529C44;
}
.BgClassName
{
background-color: #529C44;
}
</style>
border-color css
<style>
span { border-color: #529C44; }
span { border-color: rgb(82,156,68); }
td.TdClassName
{
border-color: #529C44;
}
.TagClassName
{
border-color: #529C44;
}
</style>