Shades of Fruit Salad #52A040
Tints of Fruit Salad #52A040
RGB
CMYK
RGB Variations
Color information
#52A040 (or 0x52A040) is known color: Fruit Salad. HEX triplet: 52, A0 and 40. RGB value is (82,160,64). Sum of RGB (Red+Green+Blue) = 82+160+64=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #52A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A040 is #AD5FBF. Grayscale: #7E7E7E. Windows color (decimal): -11362240 or 4235346. OLE color: 4235346.
HSL color Cylindrical-coordinate representation of color #52A040: hue angle of 108.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A040 is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 64 | - |
| CMYK | 0.49 | 0 | 0.6 | 0.37 |
| HSL | 108.75º | 0.43% | 0.44% | - |
| HSV(B) | 108.75º | 0.6% | 0.63% | - |
| XYZ | 16.98 | 27.31 | 9.23 | - |
| YUV | 125.73 | 93.16 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 64 | 0.49 | 0 | 0.6 | 0.37 | 108.75 | 0.43 | 0.44 |
| Hex | 52 | A0 | 40 | 31 | 0 | 3C | 25 | 6D | 2B | 2C |
| Octal | 122 | 240 | 100 | 61 | 0 | 74 | 45 | 155 | 53 | 54 |
| Binary | 1010010 | 10100000 | 1000000 | 110001 | 0 | 111100 | 100101 | 1101101 | 101011 | 101100 |
Color Harmonies of #52A040
Complementary color
Monochromatic Colors of #52A040
Black with #52A040
Text Example
Text Example
White with #52A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A040; }
p { color: rgb(82,160,64); }
H1.HeaderClassName
{
color: #52A040;
}
.AnyTagClassName
{
color: #52A040;
}
</style>
background-color css
<style>
a { background-color: #52A040; }
a { background-color: rgb(82,160,64); }
div.DivClassName
{
background-color: #52A040;
}
.BgClassName
{
background-color: #52A040;
}
</style>
border-color css
<style>
span { border-color: #52A040; }
span { border-color: rgb(82,160,64); }
td.TdClassName
{
border-color: #52A040;
}
.TagClassName
{
border-color: #52A040;
}
</style>