Shades of Fruit Salad #4AA449
Tints of Fruit Salad #4AA449
RGB
CMYK
RGB Variations
Color information
#4AA449 (or 0x4AA449) is known color: Fruit Salad. HEX triplet: 4A, A4 and 49. RGB value is (74,164,73). Sum of RGB (Red+Green+Blue) = 74+164+73=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA449 is #B55BB6. Grayscale: #7E7E7E. Windows color (decimal): -11885495 or 4826186. OLE color: 4826186.
HSL color Cylindrical-coordinate representation of color #4AA449: hue angle of 119.34º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA449 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 73 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.36 |
| HSL | 119.34º | 0.38% | 0.46% | - |
| HSV(B) | 119.34º | 0.55% | 0.64% | - |
| XYZ | 17.3 | 28.49 | 10.89 | - |
| YUV | 126.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 73 | 0.55 | 0 | 0.55 | 0.36 | 119.34 | 0.38 | 0.46 |
| Hex | 4A | A4 | 49 | 37 | 0 | 37 | 24 | 77 | 26 | 2E |
| Octal | 112 | 244 | 111 | 67 | 0 | 67 | 44 | 167 | 46 | 56 |
| Binary | 1001010 | 10100100 | 1001001 | 110111 | 0 | 110111 | 100100 | 1110111 | 100110 | 101110 |
Color Harmonies of #4AA449
Complementary color
Monochromatic Colors of #4AA449
Black with #4AA449
Text Example
Text Example
White with #4AA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA449; }
p { color: rgb(74,164,73); }
H1.HeaderClassName
{
color: #4AA449;
}
.AnyTagClassName
{
color: #4AA449;
}
</style>
background-color css
<style>
a { background-color: #4AA449; }
a { background-color: rgb(74,164,73); }
div.DivClassName
{
background-color: #4AA449;
}
.BgClassName
{
background-color: #4AA449;
}
</style>
border-color css
<style>
span { border-color: #4AA449; }
span { border-color: rgb(74,164,73); }
td.TdClassName
{
border-color: #4AA449;
}
.TagClassName
{
border-color: #4AA449;
}
</style>