Shades of Fruit Salad #51924C
Tints of Fruit Salad #51924C
RGB
CMYK
RGB Variations
Color information
#51924C (or 0x51924C) is known color: Fruit Salad. HEX triplet: 51, 92 and 4C. RGB value is (81,146,76). Sum of RGB (Red+Green+Blue) = 81+146+76=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #51924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51924C is #AE6DB3. Grayscale: #767676. Windows color (decimal): -11431348 or 5018193. OLE color: 5018193.
HSL color Cylindrical-coordinate representation of color #51924C: hue angle of 115.71º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51924C is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 76 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.43 |
| HSL | 115.71º | 0.32% | 0.44% | - |
| HSV(B) | 115.71º | 0.48% | 0.57% | - |
| XYZ | 14.98 | 22.83 | 10.45 | - |
| YUV | 118.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 76 | 0.45 | 0 | 0.48 | 0.43 | 115.71 | 0.32 | 0.44 |
| Hex | 51 | 92 | 4C | 2D | 0 | 30 | 2B | 74 | 20 | 2C |
| Octal | 121 | 222 | 114 | 55 | 0 | 60 | 53 | 164 | 40 | 54 |
| Binary | 1010001 | 10010010 | 1001100 | 101101 | 0 | 110000 | 101011 | 1110100 | 100000 | 101100 |
Color Harmonies of #51924C
Complementary color
Monochromatic Colors of #51924C
Black with #51924C
Text Example
Text Example
White with #51924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51924C; }
p { color: rgb(81,146,76); }
H1.HeaderClassName
{
color: #51924C;
}
.AnyTagClassName
{
color: #51924C;
}
</style>
background-color css
<style>
a { background-color: #51924C; }
a { background-color: rgb(81,146,76); }
div.DivClassName
{
background-color: #51924C;
}
.BgClassName
{
background-color: #51924C;
}
</style>
border-color css
<style>
span { border-color: #51924C; }
span { border-color: rgb(81,146,76); }
td.TdClassName
{
border-color: #51924C;
}
.TagClassName
{
border-color: #51924C;
}
</style>