Shades of Fruit Salad #52A044
Tints of Fruit Salad #52A044
RGB
CMYK
RGB Variations
Color information
#52A044 (or 0x52A044) is known color: Fruit Salad. HEX triplet: 52, A0 and 44. RGB value is (82,160,68). Sum of RGB (Red+Green+Blue) = 82+160+68=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #52A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A044 is #AD5FBB. Grayscale: #7E7E7E. Windows color (decimal): -11362236 or 4497490. OLE color: 4497490.
HSL color Cylindrical-coordinate representation of color #52A044: hue angle of 110.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A044 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 68 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.37 |
| HSL | 110.87º | 0.4% | 0.45% | - |
| HSV(B) | 110.87º | 0.58% | 0.63% | - |
| XYZ | 17.09 | 27.35 | 9.85 | - |
| YUV | 126.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 68 | 0.49 | 0 | 0.57 | 0.37 | 110.87 | 0.4 | 0.45 |
| Hex | 52 | A0 | 44 | 31 | 0 | 39 | 25 | 6F | 28 | 2D |
| Octal | 122 | 240 | 104 | 61 | 0 | 71 | 45 | 157 | 50 | 55 |
| Binary | 1010010 | 10100000 | 1000100 | 110001 | 0 | 111001 | 100101 | 1101111 | 101000 | 101101 |
Color Harmonies of #52A044
Complementary color
Monochromatic Colors of #52A044
Black with #52A044
Text Example
Text Example
White with #52A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A044; }
p { color: rgb(82,160,68); }
H1.HeaderClassName
{
color: #52A044;
}
.AnyTagClassName
{
color: #52A044;
}
</style>
background-color css
<style>
a { background-color: #52A044; }
a { background-color: rgb(82,160,68); }
div.DivClassName
{
background-color: #52A044;
}
.BgClassName
{
background-color: #52A044;
}
</style>
border-color css
<style>
span { border-color: #52A044; }
span { border-color: rgb(82,160,68); }
td.TdClassName
{
border-color: #52A044;
}
.TagClassName
{
border-color: #52A044;
}
</style>