Shades of Fruit Salad #4A954C
Tints of Fruit Salad #4A954C
RGB
CMYK
RGB Variations
Color information
#4A954C (or 0x4A954C) is known color: Fruit Salad. HEX triplet: 4A, 95 and 4C. RGB value is (74,149,76). Sum of RGB (Red+Green+Blue) = 74+149+76=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #4A954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A954C is #B56AB3. Grayscale: #767676. Windows color (decimal): -11889332 or 5018954. OLE color: 5018954.
HSL color Cylindrical-coordinate representation of color #4A954C: hue angle of 121.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A954C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 76 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.42 |
| HSL | 121.6º | 0.34% | 0.44% | - |
| HSV(B) | 121.6º | 0.5% | 0.58% | - |
| XYZ | 14.88 | 23.47 | 10.58 | - |
| YUV | 118.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 76 | 0.50 | 0 | 0.49 | 0.42 | 121.6 | 0.34 | 0.44 |
| Hex | 4A | 95 | 4C | 32 | 0 | 31 | 2A | 7A | 22 | 2C |
| Octal | 112 | 225 | 114 | 62 | 0 | 61 | 52 | 172 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1001100 | 110010 | 0 | 110001 | 101010 | 1111010 | 100010 | 101100 |
Color Harmonies of #4A954C
Complementary color
Monochromatic Colors of #4A954C
Black with #4A954C
Text Example
Text Example
White with #4A954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A954C; }
p { color: rgb(74,149,76); }
H1.HeaderClassName
{
color: #4A954C;
}
.AnyTagClassName
{
color: #4A954C;
}
</style>
background-color css
<style>
a { background-color: #4A954C; }
a { background-color: rgb(74,149,76); }
div.DivClassName
{
background-color: #4A954C;
}
.BgClassName
{
background-color: #4A954C;
}
</style>
border-color css
<style>
span { border-color: #4A954C; }
span { border-color: rgb(74,149,76); }
td.TdClassName
{
border-color: #4A954C;
}
.TagClassName
{
border-color: #4A954C;
}
</style>