Shades of Fruit Salad #4AA044
Tints of Fruit Salad #4AA044
RGB
CMYK
RGB Variations
Color information
#4AA044 (or 0x4AA044) is known color: Fruit Salad. HEX triplet: 4A, A0 and 44. RGB value is (74,160,68). Sum of RGB (Red+Green+Blue) = 74+160+68=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA044 is #B55FBB. Grayscale: #7C7C7C. Windows color (decimal): -11886524 or 4497482. OLE color: 4497482.
HSL color Cylindrical-coordinate representation of color #4AA044: hue angle of 116.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA044 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 68 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.37 |
| HSL | 116.09º | 0.4% | 0.45% | - |
| HSV(B) | 116.09º | 0.58% | 0.63% | - |
| XYZ | 16.44 | 27.01 | 9.82 | - |
| YUV | 123.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 68 | 0.54 | 0 | 0.57 | 0.37 | 116.09 | 0.4 | 0.45 |
| Hex | 4A | A0 | 44 | 36 | 0 | 39 | 25 | 74 | 28 | 2D |
| Octal | 112 | 240 | 104 | 66 | 0 | 71 | 45 | 164 | 50 | 55 |
| Binary | 1001010 | 10100000 | 1000100 | 110110 | 0 | 111001 | 100101 | 1110100 | 101000 | 101101 |
Color Harmonies of #4AA044
Complementary color
Monochromatic Colors of #4AA044
Black with #4AA044
Text Example
Text Example
White with #4AA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA044; }
p { color: rgb(74,160,68); }
H1.HeaderClassName
{
color: #4AA044;
}
.AnyTagClassName
{
color: #4AA044;
}
</style>
background-color css
<style>
a { background-color: #4AA044; }
a { background-color: rgb(74,160,68); }
div.DivClassName
{
background-color: #4AA044;
}
.BgClassName
{
background-color: #4AA044;
}
</style>
border-color css
<style>
span { border-color: #4AA044; }
span { border-color: rgb(74,160,68); }
td.TdClassName
{
border-color: #4AA044;
}
.TagClassName
{
border-color: #4AA044;
}
</style>