Shades of Fruit Salad #52955A
Tints of Fruit Salad #52955A
RGB
CMYK
RGB Variations
Color information
#52955A (or 0x52955A) is known color: Fruit Salad. HEX triplet: 52, 95 and 5A. RGB value is (82,149,90). Sum of RGB (Red+Green+Blue) = 82+149+90=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #52955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52955A is #AD6AA5. Grayscale: #7A7A7A. Windows color (decimal): -11365030 or 5936466. OLE color: 5936466.
HSL color Cylindrical-coordinate representation of color #52955A: hue angle of 127.16º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52955A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 90 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.42 |
| HSL | 127.16º | 0.29% | 0.45% | - |
| HSV(B) | 127.16º | 0.45% | 0.58% | - |
| XYZ | 16.07 | 24.03 | 13.46 | - |
| YUV | 122.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 90 | 0.45 | 0 | 0.40 | 0.42 | 127.16 | 0.29 | 0.45 |
| Hex | 52 | 95 | 5A | 2D | 0 | 28 | 2A | 7F | 1D | 2D |
| Octal | 122 | 225 | 132 | 55 | 0 | 50 | 52 | 177 | 35 | 55 |
| Binary | 1010010 | 10010101 | 1011010 | 101101 | 0 | 101000 | 101010 | 1111111 | 11101 | 101101 |
Color Harmonies of #52955A
Complementary color
Monochromatic Colors of #52955A
Black with #52955A
Text Example
Text Example
White with #52955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52955A; }
p { color: rgb(82,149,90); }
H1.HeaderClassName
{
color: #52955A;
}
.AnyTagClassName
{
color: #52955A;
}
</style>
background-color css
<style>
a { background-color: #52955A; }
a { background-color: rgb(82,149,90); }
div.DivClassName
{
background-color: #52955A;
}
.BgClassName
{
background-color: #52955A;
}
</style>
border-color css
<style>
span { border-color: #52955A; }
span { border-color: rgb(82,149,90); }
td.TdClassName
{
border-color: #52955A;
}
.TagClassName
{
border-color: #52955A;
}
</style>