Shades of Fruit Salad #4C914A
Tints of Fruit Salad #4C914A
RGB
CMYK
RGB Variations
Color information
#4C914A (or 0x4C914A) is known color: Fruit Salad. HEX triplet: 4C, 91 and 4A. RGB value is (76,145,74). Sum of RGB (Red+Green+Blue) = 76+145+74=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #4C914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C914A is #B36EB5. Grayscale: #747474. Windows color (decimal): -11759286 or 4886860. OLE color: 4886860.
HSL color Cylindrical-coordinate representation of color #4C914A: hue angle of 118.31º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C914A is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 74 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.43 |
| HSL | 118.31º | 0.32% | 0.43% | - |
| HSV(B) | 118.31º | 0.49% | 0.57% | - |
| XYZ | 14.34 | 22.28 | 10.02 | - |
| YUV | 116.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 74 | 0.48 | 0 | 0.49 | 0.43 | 118.31 | 0.32 | 0.43 |
| Hex | 4C | 91 | 4A | 30 | 0 | 31 | 2B | 76 | 20 | 2B |
| Octal | 114 | 221 | 112 | 60 | 0 | 61 | 53 | 166 | 40 | 53 |
| Binary | 1001100 | 10010001 | 1001010 | 110000 | 0 | 110001 | 101011 | 1110110 | 100000 | 101011 |
Color Harmonies of #4C914A
Complementary color
Monochromatic Colors of #4C914A
Black with #4C914A
Text Example
Text Example
White with #4C914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C914A; }
p { color: rgb(76,145,74); }
H1.HeaderClassName
{
color: #4C914A;
}
.AnyTagClassName
{
color: #4C914A;
}
</style>
background-color css
<style>
a { background-color: #4C914A; }
a { background-color: rgb(76,145,74); }
div.DivClassName
{
background-color: #4C914A;
}
.BgClassName
{
background-color: #4C914A;
}
</style>
border-color css
<style>
span { border-color: #4C914A; }
span { border-color: rgb(76,145,74); }
td.TdClassName
{
border-color: #4C914A;
}
.TagClassName
{
border-color: #4C914A;
}
</style>