Shades of Fruit Salad #4A994D
Tints of Fruit Salad #4A994D
RGB
CMYK
RGB Variations
Color information
#4A994D (or 0x4A994D) is known color: Fruit Salad. HEX triplet: 4A, 99 and 4D. RGB value is (74,153,77). Sum of RGB (Red+Green+Blue) = 74+153+77=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #4A994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A994D is #B566B2. Grayscale: #787878. Windows color (decimal): -11888307 or 5085514. OLE color: 5085514.
HSL color Cylindrical-coordinate representation of color #4A994D: hue angle of 122.28º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A994D is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 77 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.4 |
| HSL | 122.28º | 0.35% | 0.45% | - |
| HSV(B) | 122.28º | 0.52% | 0.6% | - |
| XYZ | 15.55 | 24.77 | 10.98 | - |
| YUV | 120.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 77 | 0.52 | 0 | 0.50 | 0.4 | 122.28 | 0.35 | 0.45 |
| Hex | 4A | 99 | 4D | 34 | 0 | 32 | 28 | 7A | 23 | 2D |
| Octal | 112 | 231 | 115 | 64 | 0 | 62 | 50 | 172 | 43 | 55 |
| Binary | 1001010 | 10011001 | 1001101 | 110100 | 0 | 110010 | 101000 | 1111010 | 100011 | 101101 |
Color Harmonies of #4A994D
Complementary color
Monochromatic Colors of #4A994D
Black with #4A994D
Text Example
Text Example
White with #4A994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A994D; }
p { color: rgb(74,153,77); }
H1.HeaderClassName
{
color: #4A994D;
}
.AnyTagClassName
{
color: #4A994D;
}
</style>
background-color css
<style>
a { background-color: #4A994D; }
a { background-color: rgb(74,153,77); }
div.DivClassName
{
background-color: #4A994D;
}
.BgClassName
{
background-color: #4A994D;
}
</style>
border-color css
<style>
span { border-color: #4A994D; }
span { border-color: rgb(74,153,77); }
td.TdClassName
{
border-color: #4A994D;
}
.TagClassName
{
border-color: #4A994D;
}
</style>