Shades of Fruit Salad #4AAA44
Tints of Fruit Salad #4AAA44
RGB
CMYK
RGB Variations
Color information
#4AAA44 (or 0x4AAA44) is known color: Fruit Salad. HEX triplet: 4A, AA and 44. RGB value is (74,170,68). Sum of RGB (Red+Green+Blue) = 74+170+68=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA44 is #B555BB. Grayscale: #818181. Windows color (decimal): -11883964 or 4500042. OLE color: 4500042.
HSL color Cylindrical-coordinate representation of color #4AAA44: hue angle of 116.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AAA44 is Cyan = 0.56, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 68 | - |
| CMYK | 0.56 | 0 | 0.6 | 0.33 |
| HSL | 116.47º | 0.43% | 0.47% | - |
| HSV(B) | 116.47º | 0.6% | 0.67% | - |
| XYZ | 18.24 | 30.62 | 10.42 | - |
| YUV | 129.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 68 | 0.56 | 0 | 0.6 | 0.33 | 116.47 | 0.43 | 0.47 |
| Hex | 4A | AA | 44 | 38 | 0 | 3C | 21 | 74 | 2B | 2F |
| Octal | 112 | 252 | 104 | 70 | 0 | 74 | 41 | 164 | 53 | 57 |
| Binary | 1001010 | 10101010 | 1000100 | 111000 | 0 | 111100 | 100001 | 1110100 | 101011 | 101111 |
Color Harmonies of #4AAA44
Complementary color
Monochromatic Colors of #4AAA44
Black with #4AAA44
Text Example
Text Example
White with #4AAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA44; }
p { color: rgb(74,170,68); }
H1.HeaderClassName
{
color: #4AAA44;
}
.AnyTagClassName
{
color: #4AAA44;
}
</style>
background-color css
<style>
a { background-color: #4AAA44; }
a { background-color: rgb(74,170,68); }
div.DivClassName
{
background-color: #4AAA44;
}
.BgClassName
{
background-color: #4AAA44;
}
</style>
border-color css
<style>
span { border-color: #4AAA44; }
span { border-color: rgb(74,170,68); }
td.TdClassName
{
border-color: #4AAA44;
}
.TagClassName
{
border-color: #4AAA44;
}
</style>