Shades of Fruit Salad #4AAA48
Tints of Fruit Salad #4AAA48
RGB
CMYK
RGB Variations
Color information
#4AAA48 (or 0x4AAA48) is known color: Fruit Salad. HEX triplet: 4A, AA and 48. RGB value is (74,170,72). Sum of RGB (Red+Green+Blue) = 74+170+72=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA48 is #B555B7. Grayscale: #828282. Windows color (decimal): -11883960 or 4762186. OLE color: 4762186.
HSL color Cylindrical-coordinate representation of color #4AAA48: hue angle of 118.78º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAA48 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 72 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.33 |
| HSL | 118.78º | 0.4% | 0.47% | - |
| HSV(B) | 118.78º | 0.58% | 0.67% | - |
| XYZ | 18.37 | 30.67 | 11.08 | - |
| YUV | 130.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 72 | 0.56 | 0 | 0.58 | 0.33 | 118.78 | 0.4 | 0.47 |
| Hex | 4A | AA | 48 | 38 | 0 | 3A | 21 | 77 | 28 | 2F |
| Octal | 112 | 252 | 110 | 70 | 0 | 72 | 41 | 167 | 50 | 57 |
| Binary | 1001010 | 10101010 | 1001000 | 111000 | 0 | 111010 | 100001 | 1110111 | 101000 | 101111 |
Color Harmonies of #4AAA48
Complementary color
Monochromatic Colors of #4AAA48
Black with #4AAA48
Text Example
Text Example
White with #4AAA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA48; }
p { color: rgb(74,170,72); }
H1.HeaderClassName
{
color: #4AAA48;
}
.AnyTagClassName
{
color: #4AAA48;
}
</style>
background-color css
<style>
a { background-color: #4AAA48; }
a { background-color: rgb(74,170,72); }
div.DivClassName
{
background-color: #4AAA48;
}
.BgClassName
{
background-color: #4AAA48;
}
</style>
border-color css
<style>
span { border-color: #4AAA48; }
span { border-color: rgb(74,170,72); }
td.TdClassName
{
border-color: #4AAA48;
}
.TagClassName
{
border-color: #4AAA48;
}
</style>