Shades of Fruit Salad #519944
Tints of Fruit Salad #519944
RGB
CMYK
RGB Variations
Color information
#519944 (or 0x519944) is known color: Fruit Salad. HEX triplet: 51, 99 and 44. RGB value is (81,153,68). Sum of RGB (Red+Green+Blue) = 81+153+68=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #519944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519944 is #AE66BB. Grayscale: #7A7A7A. Windows color (decimal): -11429564 or 4495697. OLE color: 4495697.
HSL color Cylindrical-coordinate representation of color #519944: hue angle of 110.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519944 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 68 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.4 |
| HSL | 110.82º | 0.38% | 0.43% | - |
| HSV(B) | 110.82º | 0.56% | 0.6% | - |
| XYZ | 15.83 | 24.95 | 9.45 | - |
| YUV | 121.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 68 | 0.47 | 0 | 0.56 | 0.4 | 110.82 | 0.38 | 0.43 |
| Hex | 51 | 99 | 44 | 2F | 0 | 38 | 28 | 6F | 26 | 2B |
| Octal | 121 | 231 | 104 | 57 | 0 | 70 | 50 | 157 | 46 | 53 |
| Binary | 1010001 | 10011001 | 1000100 | 101111 | 0 | 111000 | 101000 | 1101111 | 100110 | 101011 |
Color Harmonies of #519944
Complementary color
Monochromatic Colors of #519944
Black with #519944
Text Example
Text Example
White with #519944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519944; }
p { color: rgb(81,153,68); }
H1.HeaderClassName
{
color: #519944;
}
.AnyTagClassName
{
color: #519944;
}
</style>
background-color css
<style>
a { background-color: #519944; }
a { background-color: rgb(81,153,68); }
div.DivClassName
{
background-color: #519944;
}
.BgClassName
{
background-color: #519944;
}
</style>
border-color css
<style>
span { border-color: #519944; }
span { border-color: rgb(81,153,68); }
td.TdClassName
{
border-color: #519944;
}
.TagClassName
{
border-color: #519944;
}
</style>