Shades of Fruit Salad #4AAA37
Tints of Fruit Salad #4AAA37
RGB
CMYK
RGB Variations
Color information
#4AAA37 (or 0x4AAA37) is known color: Fruit Salad. HEX triplet: 4A, AA and 37. RGB value is (74,170,55). Sum of RGB (Red+Green+Blue) = 74+170+55=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA37 is #B555C8. Grayscale: #808080. Windows color (decimal): -11883977 or 3648074. OLE color: 3648074.
HSL color Cylindrical-coordinate representation of color #4AAA37: hue angle of 110.09º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AAA37 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 55 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.33 |
| HSL | 110.09º | 0.51% | 0.44% | - |
| HSV(B) | 110.09º | 0.68% | 0.67% | - |
| XYZ | 17.89 | 30.48 | 8.56 | - |
| YUV | 128.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 55 | 0.56 | 0 | 0.68 | 0.33 | 110.09 | 0.51 | 0.44 |
| Hex | 4A | AA | 37 | 38 | 0 | 44 | 21 | 6E | 33 | 2C |
| Octal | 112 | 252 | 67 | 70 | 0 | 104 | 41 | 156 | 63 | 54 |
| Binary | 1001010 | 10101010 | 110111 | 111000 | 0 | 1000100 | 100001 | 1101110 | 110011 | 101100 |
Color Harmonies of #4AAA37
Complementary color
Monochromatic Colors of #4AAA37
Black with #4AAA37
Text Example
Text Example
White with #4AAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA37; }
p { color: rgb(74,170,55); }
H1.HeaderClassName
{
color: #4AAA37;
}
.AnyTagClassName
{
color: #4AAA37;
}
</style>
background-color css
<style>
a { background-color: #4AAA37; }
a { background-color: rgb(74,170,55); }
div.DivClassName
{
background-color: #4AAA37;
}
.BgClassName
{
background-color: #4AAA37;
}
</style>
border-color css
<style>
span { border-color: #4AAA37; }
span { border-color: rgb(74,170,55); }
td.TdClassName
{
border-color: #4AAA37;
}
.TagClassName
{
border-color: #4AAA37;
}
</style>