Shades of Fruit Salad #4AAA5A
Tints of Fruit Salad #4AAA5A
RGB
CMYK
RGB Variations
Color information
#4AAA5A (or 0x4AAA5A) is known color: Fruit Salad. HEX triplet: 4A, AA and 5A. RGB value is (74,170,90). Sum of RGB (Red+Green+Blue) = 74+170+90=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA5A is #B555A5. Grayscale: #848484. Windows color (decimal): -11883942 or 5941834. OLE color: 5941834.
HSL color Cylindrical-coordinate representation of color #4AAA5A: hue angle of 130º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA5A is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 90 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.33 |
| HSL | 130º | 0.39% | 0.48% | - |
| HSV(B) | 130º | 0.56% | 0.67% | - |
| XYZ | 19.04 | 30.94 | 14.64 | - |
| YUV | 132.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 90 | 0.56 | 0 | 0.47 | 0.33 | 130 | 0.39 | 0.48 |
| Hex | 4A | AA | 5A | 38 | 0 | 2F | 21 | 82 | 27 | 30 |
| Octal | 112 | 252 | 132 | 70 | 0 | 57 | 41 | 202 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1011010 | 111000 | 0 | 101111 | 100001 | 10000010 | 100111 | 110000 |
Color Harmonies of #4AAA5A
Complementary color
Monochromatic Colors of #4AAA5A
Black with #4AAA5A
Text Example
Text Example
White with #4AAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA5A; }
p { color: rgb(74,170,90); }
H1.HeaderClassName
{
color: #4AAA5A;
}
.AnyTagClassName
{
color: #4AAA5A;
}
</style>
background-color css
<style>
a { background-color: #4AAA5A; }
a { background-color: rgb(74,170,90); }
div.DivClassName
{
background-color: #4AAA5A;
}
.BgClassName
{
background-color: #4AAA5A;
}
</style>
border-color css
<style>
span { border-color: #4AAA5A; }
span { border-color: rgb(74,170,90); }
td.TdClassName
{
border-color: #4AAA5A;
}
.TagClassName
{
border-color: #4AAA5A;
}
</style>