Shades of Fruit Salad #4AAD47
Tints of Fruit Salad #4AAD47
RGB
CMYK
RGB Variations
Color information
#4AAD47 (or 0x4AAD47) is known color: Fruit Salad. HEX triplet: 4A, AD and 47. RGB value is (74,173,71). Sum of RGB (Red+Green+Blue) = 74+173+71=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD47 is #B552B8. Grayscale: #848484. Windows color (decimal): -11883193 or 4697418. OLE color: 4697418.
HSL color Cylindrical-coordinate representation of color #4AAD47: hue angle of 118.24º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AAD47 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 71 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.32 |
| HSL | 118.24º | 0.42% | 0.48% | - |
| HSV(B) | 118.24º | 0.59% | 0.68% | - |
| XYZ | 18.9 | 31.8 | 11.1 | - |
| YUV | 131.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 71 | 0.57 | 0 | 0.59 | 0.32 | 118.24 | 0.42 | 0.48 |
| Hex | 4A | AD | 47 | 39 | 0 | 3B | 20 | 76 | 2A | 30 |
| Octal | 112 | 255 | 107 | 71 | 0 | 73 | 40 | 166 | 52 | 60 |
| Binary | 1001010 | 10101101 | 1000111 | 111001 | 0 | 111011 | 100000 | 1110110 | 101010 | 110000 |
Color Harmonies of #4AAD47
Complementary color
Monochromatic Colors of #4AAD47
Black with #4AAD47
Text Example
Text Example
White with #4AAD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD47; }
p { color: rgb(74,173,71); }
H1.HeaderClassName
{
color: #4AAD47;
}
.AnyTagClassName
{
color: #4AAD47;
}
</style>
background-color css
<style>
a { background-color: #4AAD47; }
a { background-color: rgb(74,173,71); }
div.DivClassName
{
background-color: #4AAD47;
}
.BgClassName
{
background-color: #4AAD47;
}
</style>
border-color css
<style>
span { border-color: #4AAD47; }
span { border-color: rgb(74,173,71); }
td.TdClassName
{
border-color: #4AAD47;
}
.TagClassName
{
border-color: #4AAD47;
}
</style>