Shades of Fruit Salad #52945A
Tints of Fruit Salad #52945A
RGB
CMYK
RGB Variations
Color information
#52945A (or 0x52945A) is known color: Fruit Salad. HEX triplet: 52, 94 and 5A. RGB value is (82,148,90). Sum of RGB (Red+Green+Blue) = 82+148+90=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #52945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52945A is #AD6BA5. Grayscale: #797979. Windows color (decimal): -11365286 or 5936210. OLE color: 5936210.
HSL color Cylindrical-coordinate representation of color #52945A: hue angle of 127.27º 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 #52945A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 90 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.42 |
| HSL | 127.27º | 0.29% | 0.45% | - |
| HSV(B) | 127.27º | 0.45% | 0.58% | - |
| XYZ | 15.92 | 23.71 | 13.41 | - |
| YUV | 121.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 90 | 0.45 | 0 | 0.39 | 0.42 | 127.27 | 0.29 | 0.45 |
| Hex | 52 | 94 | 5A | 2D | 0 | 27 | 2A | 7F | 1D | 2D |
| Octal | 122 | 224 | 132 | 55 | 0 | 47 | 52 | 177 | 35 | 55 |
| Binary | 1010010 | 10010100 | 1011010 | 101101 | 0 | 100111 | 101010 | 1111111 | 11101 | 101101 |
Color Harmonies of #52945A
Complementary color
Monochromatic Colors of #52945A
Black with #52945A
Text Example
Text Example
White with #52945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52945A; }
p { color: rgb(82,148,90); }
H1.HeaderClassName
{
color: #52945A;
}
.AnyTagClassName
{
color: #52945A;
}
</style>
background-color css
<style>
a { background-color: #52945A; }
a { background-color: rgb(82,148,90); }
div.DivClassName
{
background-color: #52945A;
}
.BgClassName
{
background-color: #52945A;
}
</style>
border-color css
<style>
span { border-color: #52945A; }
span { border-color: rgb(82,148,90); }
td.TdClassName
{
border-color: #52945A;
}
.TagClassName
{
border-color: #52945A;
}
</style>