Shades of Fruit Salad #519B5C
Tints of Fruit Salad #519B5C
RGB
CMYK
RGB Variations
Color information
#519B5C (or 0x519B5C) is known color: Fruit Salad. HEX triplet: 51, 9B and 5C. RGB value is (81,155,92). Sum of RGB (Red+Green+Blue) = 81+155+92=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #519B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B5C is #AE64A3. Grayscale: #7D7D7D. Windows color (decimal): -11429028 or 6069073. OLE color: 6069073.
HSL color Cylindrical-coordinate representation of color #519B5C: hue angle of 128.92º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B5C is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 92 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.39 |
| HSL | 128.92º | 0.31% | 0.46% | - |
| HSV(B) | 128.92º | 0.48% | 0.61% | - |
| XYZ | 17.05 | 25.96 | 14.24 | - |
| YUV | 125.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 92 | 0.48 | 0 | 0.41 | 0.39 | 128.92 | 0.31 | 0.46 |
| Hex | 51 | 9B | 5C | 30 | 0 | 29 | 27 | 81 | 1F | 2E |
| Octal | 121 | 233 | 134 | 60 | 0 | 51 | 47 | 201 | 37 | 56 |
| Binary | 1010001 | 10011011 | 1011100 | 110000 | 0 | 101001 | 100111 | 10000001 | 11111 | 101110 |
Color Harmonies of #519B5C
Complementary color
Monochromatic Colors of #519B5C
Black with #519B5C
Text Example
Text Example
White with #519B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B5C; }
p { color: rgb(81,155,92); }
H1.HeaderClassName
{
color: #519B5C;
}
.AnyTagClassName
{
color: #519B5C;
}
</style>
background-color css
<style>
a { background-color: #519B5C; }
a { background-color: rgb(81,155,92); }
div.DivClassName
{
background-color: #519B5C;
}
.BgClassName
{
background-color: #519B5C;
}
</style>
border-color css
<style>
span { border-color: #519B5C; }
span { border-color: rgb(81,155,92); }
td.TdClassName
{
border-color: #519B5C;
}
.TagClassName
{
border-color: #519B5C;
}
</style>