Shades of Fruit Salad #52974D
Tints of Fruit Salad #52974D
RGB
CMYK
RGB Variations
Color information
#52974D (or 0x52974D) is known color: Fruit Salad. HEX triplet: 52, 97 and 4D. RGB value is (82,151,77). Sum of RGB (Red+Green+Blue) = 82+151+77=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #52974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52974D is #AD68B2. Grayscale: #7A7A7A. Windows color (decimal): -11364531 or 5085010. OLE color: 5085010.
HSL color Cylindrical-coordinate representation of color #52974D: hue angle of 115.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52974D is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 151 | 77 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.41 |
| HSL | 115.95º | 0.32% | 0.45% | - |
| HSV(B) | 115.95º | 0.49% | 0.59% | - |
| XYZ | 15.89 | 24.46 | 10.91 | - |
| YUV | 121.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 77 | 0.46 | 0 | 0.49 | 0.41 | 115.95 | 0.32 | 0.45 |
| Hex | 52 | 97 | 4D | 2E | 0 | 31 | 29 | 74 | 20 | 2D |
| Octal | 122 | 227 | 115 | 56 | 0 | 61 | 51 | 164 | 40 | 55 |
| Binary | 1010010 | 10010111 | 1001101 | 101110 | 0 | 110001 | 101001 | 1110100 | 100000 | 101101 |
Color Harmonies of #52974D
Complementary color
Monochromatic Colors of #52974D
Black with #52974D
Text Example
Text Example
White with #52974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52974D; }
p { color: rgb(82,151,77); }
H1.HeaderClassName
{
color: #52974D;
}
.AnyTagClassName
{
color: #52974D;
}
</style>
background-color css
<style>
a { background-color: #52974D; }
a { background-color: rgb(82,151,77); }
div.DivClassName
{
background-color: #52974D;
}
.BgClassName
{
background-color: #52974D;
}
</style>
border-color css
<style>
span { border-color: #52974D; }
span { border-color: rgb(82,151,77); }
td.TdClassName
{
border-color: #52974D;
}
.TagClassName
{
border-color: #52974D;
}
</style>