Shades of Fruit Salad #4C8C4F
Tints of Fruit Salad #4C8C4F
RGB
CMYK
RGB Variations
Color information
#4C8C4F (or 0x4C8C4F) is known color: Fruit Salad. HEX triplet: 4C, 8C and 4F. RGB value is (76,140,79). Sum of RGB (Red+Green+Blue) = 76+140+79=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8C4F is #B373B0. Grayscale: #727272. Windows color (decimal): -11760561 or 5213260. OLE color: 5213260.
HSL color Cylindrical-coordinate representation of color #4C8C4F: hue angle of 122.81º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8C4F is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 140 | 79 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.45 |
| HSL | 122.81º | 0.3% | 0.42% | - |
| HSV(B) | 122.81º | 0.46% | 0.55% | - |
| XYZ | 13.77 | 20.86 | 10.7 | - |
| YUV | 113.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 79 | 0.46 | 0 | 0.44 | 0.45 | 122.81 | 0.3 | 0.42 |
| Hex | 4C | 8C | 4F | 2E | 0 | 2C | 2D | 7B | 1E | 2A |
| Octal | 114 | 214 | 117 | 56 | 0 | 54 | 55 | 173 | 36 | 52 |
| Binary | 1001100 | 10001100 | 1001111 | 101110 | 0 | 101100 | 101101 | 1111011 | 11110 | 101010 |
Color Harmonies of #4C8C4F
Complementary color
Monochromatic Colors of #4C8C4F
Black with #4C8C4F
Text Example
Text Example
White with #4C8C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8C4F; }
p { color: rgb(76,140,79); }
H1.HeaderClassName
{
color: #4C8C4F;
}
.AnyTagClassName
{
color: #4C8C4F;
}
</style>
background-color css
<style>
a { background-color: #4C8C4F; }
a { background-color: rgb(76,140,79); }
div.DivClassName
{
background-color: #4C8C4F;
}
.BgClassName
{
background-color: #4C8C4F;
}
</style>
border-color css
<style>
span { border-color: #4C8C4F; }
span { border-color: rgb(76,140,79); }
td.TdClassName
{
border-color: #4C8C4F;
}
.TagClassName
{
border-color: #4C8C4F;
}
</style>