Shades of Fruit Salad #519D49
Tints of Fruit Salad #519D49
RGB
CMYK
RGB Variations
Color information
#519D49 (or 0x519D49) is known color: Fruit Salad. HEX triplet: 51, 9D and 49. RGB value is (81,157,73). Sum of RGB (Red+Green+Blue) = 81+157+73=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #519D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D49 is #AE62B6. Grayscale: #7C7C7C. Windows color (decimal): -11428535 or 4824401. OLE color: 4824401.
HSL color Cylindrical-coordinate representation of color #519D49: hue angle of 114.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519D49 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 73 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.38 |
| HSL | 114.29º | 0.37% | 0.45% | - |
| HSV(B) | 114.29º | 0.54% | 0.62% | - |
| XYZ | 16.65 | 26.34 | 10.51 | - |
| YUV | 124.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 73 | 0.48 | 0 | 0.54 | 0.38 | 114.29 | 0.37 | 0.45 |
| Hex | 51 | 9D | 49 | 30 | 0 | 36 | 26 | 72 | 25 | 2D |
| Octal | 121 | 235 | 111 | 60 | 0 | 66 | 46 | 162 | 45 | 55 |
| Binary | 1010001 | 10011101 | 1001001 | 110000 | 0 | 110110 | 100110 | 1110010 | 100101 | 101101 |
Color Harmonies of #519D49
Complementary color
Monochromatic Colors of #519D49
Black with #519D49
Text Example
Text Example
White with #519D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D49; }
p { color: rgb(81,157,73); }
H1.HeaderClassName
{
color: #519D49;
}
.AnyTagClassName
{
color: #519D49;
}
</style>
background-color css
<style>
a { background-color: #519D49; }
a { background-color: rgb(81,157,73); }
div.DivClassName
{
background-color: #519D49;
}
.BgClassName
{
background-color: #519D49;
}
</style>
border-color css
<style>
span { border-color: #519D49; }
span { border-color: rgb(81,157,73); }
td.TdClassName
{
border-color: #519D49;
}
.TagClassName
{
border-color: #519D49;
}
</style>