Shades of Fruit Salad #52954D
Tints of Fruit Salad #52954D
RGB
CMYK
RGB Variations
Color information
#52954D (or 0x52954D) is known color: Fruit Salad. HEX triplet: 52, 95 and 4D. RGB value is (82,149,77). Sum of RGB (Red+Green+Blue) = 82+149+77=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #52954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52954D is #AD6AB2. Grayscale: #787878. Windows color (decimal): -11365043 or 5084498. OLE color: 5084498.
HSL color Cylindrical-coordinate representation of color #52954D: hue angle of 115.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52954D is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 77 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.42 |
| HSL | 115.83º | 0.32% | 0.44% | - |
| HSV(B) | 115.83º | 0.48% | 0.58% | - |
| XYZ | 15.57 | 23.82 | 10.8 | - |
| YUV | 120.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 77 | 0.45 | 0 | 0.48 | 0.42 | 115.83 | 0.32 | 0.44 |
| Hex | 52 | 95 | 4D | 2D | 0 | 30 | 2A | 74 | 20 | 2C |
| Octal | 122 | 225 | 115 | 55 | 0 | 60 | 52 | 164 | 40 | 54 |
| Binary | 1010010 | 10010101 | 1001101 | 101101 | 0 | 110000 | 101010 | 1110100 | 100000 | 101100 |
Color Harmonies of #52954D
Complementary color
Monochromatic Colors of #52954D
Black with #52954D
Text Example
Text Example
White with #52954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52954D; }
p { color: rgb(82,149,77); }
H1.HeaderClassName
{
color: #52954D;
}
.AnyTagClassName
{
color: #52954D;
}
</style>
background-color css
<style>
a { background-color: #52954D; }
a { background-color: rgb(82,149,77); }
div.DivClassName
{
background-color: #52954D;
}
.BgClassName
{
background-color: #52954D;
}
</style>
border-color css
<style>
span { border-color: #52954D; }
span { border-color: rgb(82,149,77); }
td.TdClassName
{
border-color: #52954D;
}
.TagClassName
{
border-color: #52954D;
}
</style>