Shades of Fruit Salad #519A49
Tints of Fruit Salad #519A49
RGB
CMYK
RGB Variations
Color information
#519A49 (or 0x519A49) is known color: Fruit Salad. HEX triplet: 51, 9A and 49. RGB value is (81,154,73). Sum of RGB (Red+Green+Blue) = 81+154+73=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #519A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A49 is #AE65B6. Grayscale: #7B7B7B. Windows color (decimal): -11429303 or 4823633. OLE color: 4823633.
HSL color Cylindrical-coordinate representation of color #519A49: hue angle of 114.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519A49 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 73 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.40 |
| HSL | 114.07º | 0.36% | 0.45% | - |
| HSV(B) | 114.07º | 0.53% | 0.6% | - |
| XYZ | 16.15 | 25.34 | 10.34 | - |
| YUV | 122.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 73 | 0.47 | 0 | 0.53 | 0.40 | 114.07 | 0.36 | 0.45 |
| Hex | 51 | 9A | 49 | 2F | 0 | 35 | 28 | 72 | 24 | 2D |
| Octal | 121 | 232 | 111 | 57 | 0 | 65 | 50 | 162 | 44 | 55 |
| Binary | 1010001 | 10011010 | 1001001 | 101111 | 0 | 110101 | 101000 | 1110010 | 100100 | 101101 |
Color Harmonies of #519A49
Complementary color
Monochromatic Colors of #519A49
Black with #519A49
Text Example
Text Example
White with #519A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A49; }
p { color: rgb(81,154,73); }
H1.HeaderClassName
{
color: #519A49;
}
.AnyTagClassName
{
color: #519A49;
}
</style>
background-color css
<style>
a { background-color: #519A49; }
a { background-color: rgb(81,154,73); }
div.DivClassName
{
background-color: #519A49;
}
.BgClassName
{
background-color: #519A49;
}
</style>
border-color css
<style>
span { border-color: #519A49; }
span { border-color: rgb(81,154,73); }
td.TdClassName
{
border-color: #519A49;
}
.TagClassName
{
border-color: #519A49;
}
</style>