Shades of Fruit Salad #53AA49
Tints of Fruit Salad #53AA49
RGB
CMYK
RGB Variations
Color information
#53AA49 (or 0x53AA49) is known color: Fruit Salad. HEX triplet: 53, AA and 49. RGB value is (83,170,73). Sum of RGB (Red+Green+Blue) = 83+170+73=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA49 is #AC55B6. Grayscale: #858585. Windows color (decimal): -11294135 or 4827731. OLE color: 4827731.
HSL color Cylindrical-coordinate representation of color #53AA49: hue angle of 113.81º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53AA49 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 73 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.33 |
| HSL | 113.81º | 0.4% | 0.48% | - |
| HSV(B) | 113.81º | 0.57% | 0.67% | - |
| XYZ | 19.14 | 31.07 | 11.29 | - |
| YUV | 132.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 73 | 0.51 | 0 | 0.57 | 0.33 | 113.81 | 0.4 | 0.48 |
| Hex | 53 | AA | 49 | 33 | 0 | 39 | 21 | 72 | 28 | 30 |
| Octal | 123 | 252 | 111 | 63 | 0 | 71 | 41 | 162 | 50 | 60 |
| Binary | 1010011 | 10101010 | 1001001 | 110011 | 0 | 111001 | 100001 | 1110010 | 101000 | 110000 |
Color Harmonies of #53AA49
Complementary color
Monochromatic Colors of #53AA49
Black with #53AA49
Text Example
Text Example
White with #53AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA49; }
p { color: rgb(83,170,73); }
H1.HeaderClassName
{
color: #53AA49;
}
.AnyTagClassName
{
color: #53AA49;
}
</style>
background-color css
<style>
a { background-color: #53AA49; }
a { background-color: rgb(83,170,73); }
div.DivClassName
{
background-color: #53AA49;
}
.BgClassName
{
background-color: #53AA49;
}
</style>
border-color css
<style>
span { border-color: #53AA49; }
span { border-color: rgb(83,170,73); }
td.TdClassName
{
border-color: #53AA49;
}
.TagClassName
{
border-color: #53AA49;
}
</style>