Shades of Fruit Salad #4C9256
Tints of Fruit Salad #4C9256
RGB
CMYK
RGB Variations
Color information
#4C9256 (or 0x4C9256) is known color: Fruit Salad. HEX triplet: 4C, 92 and 56. RGB value is (76,146,86). Sum of RGB (Red+Green+Blue) = 76+146+86=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9256 is #B36DA9. Grayscale: #767676. Windows color (decimal): -11759018 or 5673548. OLE color: 5673548.
HSL color Cylindrical-coordinate representation of color #4C9256: hue angle of 128.57º 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 #4C9256 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 86 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.43 |
| HSL | 128.57º | 0.32% | 0.44% | - |
| HSV(B) | 128.57º | 0.48% | 0.57% | - |
| XYZ | 14.94 | 22.77 | 12.41 | - |
| YUV | 118.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 86 | 0.48 | 0 | 0.41 | 0.43 | 128.57 | 0.32 | 0.44 |
| Hex | 4C | 92 | 56 | 30 | 0 | 29 | 2B | 81 | 20 | 2C |
| Octal | 114 | 222 | 126 | 60 | 0 | 51 | 53 | 201 | 40 | 54 |
| Binary | 1001100 | 10010010 | 1010110 | 110000 | 0 | 101001 | 101011 | 10000001 | 100000 | 101100 |
Color Harmonies of #4C9256
Complementary color
Monochromatic Colors of #4C9256
Black with #4C9256
Text Example
Text Example
White with #4C9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9256; }
p { color: rgb(76,146,86); }
H1.HeaderClassName
{
color: #4C9256;
}
.AnyTagClassName
{
color: #4C9256;
}
</style>
background-color css
<style>
a { background-color: #4C9256; }
a { background-color: rgb(76,146,86); }
div.DivClassName
{
background-color: #4C9256;
}
.BgClassName
{
background-color: #4C9256;
}
</style>
border-color css
<style>
span { border-color: #4C9256; }
span { border-color: rgb(76,146,86); }
td.TdClassName
{
border-color: #4C9256;
}
.TagClassName
{
border-color: #4C9256;
}
</style>