Shades of Fruit Salad #509248
Tints of Fruit Salad #509248
RGB
CMYK
RGB Variations
Color information
#509248 (or 0x509248) is known color: Fruit Salad. HEX triplet: 50, 92 and 48. RGB value is (80,146,72). Sum of RGB (Red+Green+Blue) = 80+146+72=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #509248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509248 is #AF6DB7. Grayscale: #767676. Windows color (decimal): -11496888 or 4756048. OLE color: 4756048.
HSL color Cylindrical-coordinate representation of color #509248: hue angle of 113.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #509248 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 72 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.43 |
| HSL | 113.51º | 0.34% | 0.43% | - |
| HSV(B) | 113.51º | 0.51% | 0.57% | - |
| XYZ | 14.76 | 22.73 | 9.74 | - |
| YUV | 117.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 72 | 0.45 | 0 | 0.51 | 0.43 | 113.51 | 0.34 | 0.43 |
| Hex | 50 | 92 | 48 | 2D | 0 | 33 | 2B | 72 | 22 | 2B |
| Octal | 120 | 222 | 110 | 55 | 0 | 63 | 53 | 162 | 42 | 53 |
| Binary | 1010000 | 10010010 | 1001000 | 101101 | 0 | 110011 | 101011 | 1110010 | 100010 | 101011 |
Color Harmonies of #509248
Complementary color
Monochromatic Colors of #509248
Black with #509248
Text Example
Text Example
White with #509248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509248; }
p { color: rgb(80,146,72); }
H1.HeaderClassName
{
color: #509248;
}
.AnyTagClassName
{
color: #509248;
}
</style>
background-color css
<style>
a { background-color: #509248; }
a { background-color: rgb(80,146,72); }
div.DivClassName
{
background-color: #509248;
}
.BgClassName
{
background-color: #509248;
}
</style>
border-color css
<style>
span { border-color: #509248; }
span { border-color: rgb(80,146,72); }
td.TdClassName
{
border-color: #509248;
}
.TagClassName
{
border-color: #509248;
}
</style>