Shades of Fruit Salad #4C914C
Tints of Fruit Salad #4C914C
RGB
CMYK
RGB Variations
Color information
#4C914C (or 0x4C914C) is known color: Fruit Salad. HEX triplet: 4C, 91 and 4C. RGB value is (76,145,76). Sum of RGB (Red+Green+Blue) = 76+145+76=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #4C914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C914C is #B36EB3. Grayscale: #747474. Windows color (decimal): -11759284 or 5017932. OLE color: 5017932.
HSL color Cylindrical-coordinate representation of color #4C914C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C914C is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 76 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.43 |
| HSL | 120º | 0.31% | 0.43% | - |
| HSV(B) | 120º | 0.48% | 0.57% | - |
| XYZ | 14.41 | 22.31 | 10.38 | - |
| YUV | 116.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 76 | 0.48 | 0 | 0.48 | 0.43 | 120 | 0.31 | 0.43 |
| Hex | 4C | 91 | 4C | 30 | 0 | 30 | 2B | 78 | 1F | 2B |
| Octal | 114 | 221 | 114 | 60 | 0 | 60 | 53 | 170 | 37 | 53 |
| Binary | 1001100 | 10010001 | 1001100 | 110000 | 0 | 110000 | 101011 | 1111000 | 11111 | 101011 |
Color Harmonies of #4C914C
Complementary color
Monochromatic Colors of #4C914C
Black with #4C914C
Text Example
Text Example
White with #4C914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C914C; }
p { color: rgb(76,145,76); }
H1.HeaderClassName
{
color: #4C914C;
}
.AnyTagClassName
{
color: #4C914C;
}
</style>
background-color css
<style>
a { background-color: #4C914C; }
a { background-color: rgb(76,145,76); }
div.DivClassName
{
background-color: #4C914C;
}
.BgClassName
{
background-color: #4C914C;
}
</style>
border-color css
<style>
span { border-color: #4C914C; }
span { border-color: rgb(76,145,76); }
td.TdClassName
{
border-color: #4C914C;
}
.TagClassName
{
border-color: #4C914C;
}
</style>