Shades of Fruit Salad #52A149
Tints of Fruit Salad #52A149
RGB
CMYK
RGB Variations
Color information
#52A149 (or 0x52A149) is known color: Fruit Salad. HEX triplet: 52, A1 and 49. RGB value is (82,161,73). Sum of RGB (Red+Green+Blue) = 82+161+73=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #52A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A149 is #AD5EB6. Grayscale: #7F7F7F. Windows color (decimal): -11361975 or 4825426. OLE color: 4825426.
HSL color Cylindrical-coordinate representation of color #52A149: hue angle of 113.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52A149 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 73 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.37 |
| HSL | 113.86º | 0.38% | 0.46% | - |
| HSV(B) | 113.86º | 0.55% | 0.63% | - |
| XYZ | 17.43 | 27.76 | 10.74 | - |
| YUV | 127.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 73 | 0.49 | 0 | 0.55 | 0.37 | 113.86 | 0.38 | 0.46 |
| Hex | 52 | A1 | 49 | 31 | 0 | 37 | 25 | 72 | 26 | 2E |
| Octal | 122 | 241 | 111 | 61 | 0 | 67 | 45 | 162 | 46 | 56 |
| Binary | 1010010 | 10100001 | 1001001 | 110001 | 0 | 110111 | 100101 | 1110010 | 100110 | 101110 |
Color Harmonies of #52A149
Complementary color
Monochromatic Colors of #52A149
Black with #52A149
Text Example
Text Example
White with #52A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A149; }
p { color: rgb(82,161,73); }
H1.HeaderClassName
{
color: #52A149;
}
.AnyTagClassName
{
color: #52A149;
}
</style>
background-color css
<style>
a { background-color: #52A149; }
a { background-color: rgb(82,161,73); }
div.DivClassName
{
background-color: #52A149;
}
.BgClassName
{
background-color: #52A149;
}
</style>
border-color css
<style>
span { border-color: #52A149; }
span { border-color: rgb(82,161,73); }
td.TdClassName
{
border-color: #52A149;
}
.TagClassName
{
border-color: #52A149;
}
</style>