Shades of Fruit Salad #478F49
Tints of Fruit Salad #478F49
RGB
CMYK
RGB Variations
Color information
#478F49 (or 0x478F49) is known color: Fruit Salad. HEX triplet: 47, 8F and 49. RGB value is (71,143,73). Sum of RGB (Red+Green+Blue) = 71+143+73=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #478F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F49 is #B870B6. Grayscale: #717171. Windows color (decimal): -12087479 or 4820807. OLE color: 4820807.
HSL color Cylindrical-coordinate representation of color #478F49: hue angle of 121.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F49 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 73 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.44 |
| HSL | 121.67º | 0.34% | 0.42% | - |
| HSV(B) | 121.67º | 0.5% | 0.56% | - |
| XYZ | 13.62 | 21.47 | 9.73 | - |
| YUV | 113.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 73 | 0.50 | 0 | 0.49 | 0.44 | 121.67 | 0.34 | 0.42 |
| Hex | 47 | 8F | 49 | 32 | 0 | 31 | 2C | 7A | 22 | 2A |
| Octal | 107 | 217 | 111 | 62 | 0 | 61 | 54 | 172 | 42 | 52 |
| Binary | 1000111 | 10001111 | 1001001 | 110010 | 0 | 110001 | 101100 | 1111010 | 100010 | 101010 |
Color Harmonies of #478F49
Complementary color
Monochromatic Colors of #478F49
Black with #478F49
Text Example
Text Example
White with #478F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F49; }
p { color: rgb(71,143,73); }
H1.HeaderClassName
{
color: #478F49;
}
.AnyTagClassName
{
color: #478F49;
}
</style>
background-color css
<style>
a { background-color: #478F49; }
a { background-color: rgb(71,143,73); }
div.DivClassName
{
background-color: #478F49;
}
.BgClassName
{
background-color: #478F49;
}
</style>
border-color css
<style>
span { border-color: #478F49; }
span { border-color: rgb(71,143,73); }
td.TdClassName
{
border-color: #478F49;
}
.TagClassName
{
border-color: #478F49;
}
</style>