Shades of Fruit Salad #4C9747
Tints of Fruit Salad #4C9747
RGB
CMYK
RGB Variations
Color information
#4C9747 (or 0x4C9747) is known color: Fruit Salad. HEX triplet: 4C, 97 and 47. RGB value is (76,151,71). Sum of RGB (Red+Green+Blue) = 76+151+71=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #4C9747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9747 is #B368B8. Grayscale: #777777. Windows color (decimal): -11757753 or 4691788. OLE color: 4691788.
HSL color Cylindrical-coordinate representation of color #4C9747: hue angle of 116.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C9747 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 71 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.41 |
| HSL | 116.25º | 0.36% | 0.44% | - |
| HSV(B) | 116.25º | 0.53% | 0.59% | - |
| XYZ | 15.18 | 24.12 | 9.82 | - |
| YUV | 119.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 71 | 0.50 | 0 | 0.53 | 0.41 | 116.25 | 0.36 | 0.44 |
| Hex | 4C | 97 | 47 | 32 | 0 | 35 | 29 | 74 | 24 | 2C |
| Octal | 114 | 227 | 107 | 62 | 0 | 65 | 51 | 164 | 44 | 54 |
| Binary | 1001100 | 10010111 | 1000111 | 110010 | 0 | 110101 | 101001 | 1110100 | 100100 | 101100 |
Color Harmonies of #4C9747
Complementary color
Monochromatic Colors of #4C9747
Black with #4C9747
Text Example
Text Example
White with #4C9747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9747; }
p { color: rgb(76,151,71); }
H1.HeaderClassName
{
color: #4C9747;
}
.AnyTagClassName
{
color: #4C9747;
}
</style>
background-color css
<style>
a { background-color: #4C9747; }
a { background-color: rgb(76,151,71); }
div.DivClassName
{
background-color: #4C9747;
}
.BgClassName
{
background-color: #4C9747;
}
</style>
border-color css
<style>
span { border-color: #4C9747; }
span { border-color: rgb(76,151,71); }
td.TdClassName
{
border-color: #4C9747;
}
.TagClassName
{
border-color: #4C9747;
}
</style>