Shades of Fruit Salad #4A944F
Tints of Fruit Salad #4A944F
RGB
CMYK
RGB Variations
Color information
#4A944F (or 0x4A944F) is known color: Fruit Salad. HEX triplet: 4A, 94 and 4F. RGB value is (74,148,79). Sum of RGB (Red+Green+Blue) = 74+148+79=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #4A944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A944F is #B56BB0. Grayscale: #767676. Windows color (decimal): -11889585 or 5215306. OLE color: 5215306.
HSL color Cylindrical-coordinate representation of color #4A944F: hue angle of 124.05º degrees, saturation: 0.33, 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 #4A944F is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 79 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.42 |
| HSL | 124.05º | 0.33% | 0.44% | - |
| HSV(B) | 124.05º | 0.5% | 0.58% | - |
| XYZ | 14.83 | 23.2 | 11.09 | - |
| YUV | 118.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 79 | 0.50 | 0 | 0.47 | 0.42 | 124.05 | 0.33 | 0.44 |
| Hex | 4A | 94 | 4F | 32 | 0 | 2F | 2A | 7C | 21 | 2C |
| Octal | 112 | 224 | 117 | 62 | 0 | 57 | 52 | 174 | 41 | 54 |
| Binary | 1001010 | 10010100 | 1001111 | 110010 | 0 | 101111 | 101010 | 1111100 | 100001 | 101100 |
Color Harmonies of #4A944F
Complementary color
Monochromatic Colors of #4A944F
Black with #4A944F
Text Example
Text Example
White with #4A944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A944F; }
p { color: rgb(74,148,79); }
H1.HeaderClassName
{
color: #4A944F;
}
.AnyTagClassName
{
color: #4A944F;
}
</style>
background-color css
<style>
a { background-color: #4A944F; }
a { background-color: rgb(74,148,79); }
div.DivClassName
{
background-color: #4A944F;
}
.BgClassName
{
background-color: #4A944F;
}
</style>
border-color css
<style>
span { border-color: #4A944F; }
span { border-color: rgb(74,148,79); }
td.TdClassName
{
border-color: #4A944F;
}
.TagClassName
{
border-color: #4A944F;
}
</style>