Shades of Fruit Salad #479A49
Tints of Fruit Salad #479A49
RGB
CMYK
RGB Variations
Color information
#479A49 (or 0x479A49) is known color: Fruit Salad. HEX triplet: 47, 9A and 49. RGB value is (71,154,73). Sum of RGB (Red+Green+Blue) = 71+154+73=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #479A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479A49 is #B865B6. Grayscale: #787878. Windows color (decimal): -12084663 or 4823623. OLE color: 4823623.
HSL color Cylindrical-coordinate representation of color #479A49: hue angle of 121.45º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A49 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 73 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.40 |
| HSL | 121.45º | 0.37% | 0.44% | - |
| HSV(B) | 121.45º | 0.54% | 0.6% | - |
| XYZ | 15.36 | 24.93 | 10.31 | - |
| YUV | 119.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 73 | 0.54 | 0 | 0.53 | 0.40 | 121.45 | 0.37 | 0.44 |
| Hex | 47 | 9A | 49 | 36 | 0 | 35 | 28 | 79 | 25 | 2C |
| Octal | 107 | 232 | 111 | 66 | 0 | 65 | 50 | 171 | 45 | 54 |
| Binary | 1000111 | 10011010 | 1001001 | 110110 | 0 | 110101 | 101000 | 1111001 | 100101 | 101100 |
Color Harmonies of #479A49
Complementary color
Monochromatic Colors of #479A49
Black with #479A49
Text Example
Text Example
White with #479A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A49; }
p { color: rgb(71,154,73); }
H1.HeaderClassName
{
color: #479A49;
}
.AnyTagClassName
{
color: #479A49;
}
</style>
background-color css
<style>
a { background-color: #479A49; }
a { background-color: rgb(71,154,73); }
div.DivClassName
{
background-color: #479A49;
}
.BgClassName
{
background-color: #479A49;
}
</style>
border-color css
<style>
span { border-color: #479A49; }
span { border-color: rgb(71,154,73); }
td.TdClassName
{
border-color: #479A49;
}
.TagClassName
{
border-color: #479A49;
}
</style>