Shades of Fruit Salad #4AAA3F
Tints of Fruit Salad #4AAA3F
RGB
CMYK
RGB Variations
Color information
#4AAA3F (or 0x4AAA3F) is known color: Fruit Salad. HEX triplet: 4A, AA and 3F. RGB value is (74,170,63). Sum of RGB (Red+Green+Blue) = 74+170+63=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA3F is #B555C0. Grayscale: #818181. Windows color (decimal): -11883969 or 4172362. OLE color: 4172362.
HSL color Cylindrical-coordinate representation of color #4AAA3F: hue angle of 113.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AAA3F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 63 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.33 |
| HSL | 113.83º | 0.46% | 0.46% | - |
| HSV(B) | 113.83º | 0.63% | 0.67% | - |
| XYZ | 18.1 | 30.56 | 9.65 | - |
| YUV | 129.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 63 | 0.56 | 0 | 0.63 | 0.33 | 113.83 | 0.46 | 0.46 |
| Hex | 4A | AA | 3F | 38 | 0 | 3F | 21 | 72 | 2E | 2E |
| Octal | 112 | 252 | 77 | 70 | 0 | 77 | 41 | 162 | 56 | 56 |
| Binary | 1001010 | 10101010 | 111111 | 111000 | 0 | 111111 | 100001 | 1110010 | 101110 | 101110 |
Color Harmonies of #4AAA3F
Complementary color
Monochromatic Colors of #4AAA3F
Black with #4AAA3F
Text Example
Text Example
White with #4AAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA3F; }
p { color: rgb(74,170,63); }
H1.HeaderClassName
{
color: #4AAA3F;
}
.AnyTagClassName
{
color: #4AAA3F;
}
</style>
background-color css
<style>
a { background-color: #4AAA3F; }
a { background-color: rgb(74,170,63); }
div.DivClassName
{
background-color: #4AAA3F;
}
.BgClassName
{
background-color: #4AAA3F;
}
</style>
border-color css
<style>
span { border-color: #4AAA3F; }
span { border-color: rgb(74,170,63); }
td.TdClassName
{
border-color: #4AAA3F;
}
.TagClassName
{
border-color: #4AAA3F;
}
</style>