Shades of Fruit Salad #4C9B46
Tints of Fruit Salad #4C9B46
RGB
CMYK
RGB Variations
Color information
#4C9B46 (or 0x4C9B46) is known color: Fruit Salad. HEX triplet: 4C, 9B and 46. RGB value is (76,155,70). Sum of RGB (Red+Green+Blue) = 76+155+70=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9B46 is #B364B9. Grayscale: #797979. Windows color (decimal): -11756730 or 4627276. OLE color: 4627276.
HSL color Cylindrical-coordinate representation of color #4C9B46: hue angle of 115.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C9B46 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 70 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.39 |
| HSL | 115.76º | 0.38% | 0.44% | - |
| HSV(B) | 115.76º | 0.55% | 0.61% | - |
| XYZ | 15.81 | 25.42 | 9.87 | - |
| YUV | 121.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 70 | 0.51 | 0 | 0.55 | 0.39 | 115.76 | 0.38 | 0.44 |
| Hex | 4C | 9B | 46 | 33 | 0 | 37 | 27 | 74 | 26 | 2C |
| Octal | 114 | 233 | 106 | 63 | 0 | 67 | 47 | 164 | 46 | 54 |
| Binary | 1001100 | 10011011 | 1000110 | 110011 | 0 | 110111 | 100111 | 1110100 | 100110 | 101100 |
Color Harmonies of #4C9B46
Complementary color
Monochromatic Colors of #4C9B46
Black with #4C9B46
Text Example
Text Example
White with #4C9B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B46; }
p { color: rgb(76,155,70); }
H1.HeaderClassName
{
color: #4C9B46;
}
.AnyTagClassName
{
color: #4C9B46;
}
</style>
background-color css
<style>
a { background-color: #4C9B46; }
a { background-color: rgb(76,155,70); }
div.DivClassName
{
background-color: #4C9B46;
}
.BgClassName
{
background-color: #4C9B46;
}
</style>
border-color css
<style>
span { border-color: #4C9B46; }
span { border-color: rgb(76,155,70); }
td.TdClassName
{
border-color: #4C9B46;
}
.TagClassName
{
border-color: #4C9B46;
}
</style>