Shades of Fruit Salad #4C8D53
Tints of Fruit Salad #4C8D53
RGB
CMYK
RGB Variations
Color information
#4C8D53 (or 0x4C8D53) is known color: Fruit Salad. HEX triplet: 4C, 8D and 53. RGB value is (76,141,83). Sum of RGB (Red+Green+Blue) = 76+141+83=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D53 is #B372AC. Grayscale: #737373. Windows color (decimal): -11760301 or 5475660. OLE color: 5475660.
HSL color Cylindrical-coordinate representation of color #4C8D53: hue angle of 126.46º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D53 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 141 | 83 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.45 |
| HSL | 126.46º | 0.3% | 0.43% | - |
| HSV(B) | 126.46º | 0.46% | 0.55% | - |
| XYZ | 14.07 | 21.21 | 11.54 | - |
| YUV | 114.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 83 | 0.46 | 0 | 0.41 | 0.45 | 126.46 | 0.3 | 0.43 |
| Hex | 4C | 8D | 53 | 2E | 0 | 29 | 2D | 7E | 1E | 2B |
| Octal | 114 | 215 | 123 | 56 | 0 | 51 | 55 | 176 | 36 | 53 |
| Binary | 1001100 | 10001101 | 1010011 | 101110 | 0 | 101001 | 101101 | 1111110 | 11110 | 101011 |
Color Harmonies of #4C8D53
Complementary color
Monochromatic Colors of #4C8D53
Black with #4C8D53
Text Example
Text Example
White with #4C8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8D53; }
p { color: rgb(76,141,83); }
H1.HeaderClassName
{
color: #4C8D53;
}
.AnyTagClassName
{
color: #4C8D53;
}
</style>
background-color css
<style>
a { background-color: #4C8D53; }
a { background-color: rgb(76,141,83); }
div.DivClassName
{
background-color: #4C8D53;
}
.BgClassName
{
background-color: #4C8D53;
}
</style>
border-color css
<style>
span { border-color: #4C8D53; }
span { border-color: rgb(76,141,83); }
td.TdClassName
{
border-color: #4C8D53;
}
.TagClassName
{
border-color: #4C8D53;
}
</style>