Shades of Fruit Salad #47904E
Tints of Fruit Salad #47904E
RGB
CMYK
RGB Variations
Color information
#47904E (or 0x47904E) is known color: Fruit Salad. HEX triplet: 47, 90 and 4E. RGB value is (71,144,78). Sum of RGB (Red+Green+Blue) = 71+144+78=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #47904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47904E is #B86FB1. Grayscale: #727272. Windows color (decimal): -12087218 or 5148743. OLE color: 5148743.
HSL color Cylindrical-coordinate representation of color #47904E: hue angle of 125.75º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47904E is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 78 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.44 |
| HSL | 125.75º | 0.34% | 0.42% | - |
| HSV(B) | 125.75º | 0.51% | 0.56% | - |
| XYZ | 13.95 | 21.84 | 10.69 | - |
| YUV | 114.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 78 | 0.51 | 0 | 0.46 | 0.44 | 125.75 | 0.34 | 0.42 |
| Hex | 47 | 90 | 4E | 33 | 0 | 2E | 2C | 7E | 22 | 2A |
| Octal | 107 | 220 | 116 | 63 | 0 | 56 | 54 | 176 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1001110 | 110011 | 0 | 101110 | 101100 | 1111110 | 100010 | 101010 |
Color Harmonies of #47904E
Complementary color
Monochromatic Colors of #47904E
Black with #47904E
Text Example
Text Example
White with #47904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47904E; }
p { color: rgb(71,144,78); }
H1.HeaderClassName
{
color: #47904E;
}
.AnyTagClassName
{
color: #47904E;
}
</style>
background-color css
<style>
a { background-color: #47904E; }
a { background-color: rgb(71,144,78); }
div.DivClassName
{
background-color: #47904E;
}
.BgClassName
{
background-color: #47904E;
}
</style>
border-color css
<style>
span { border-color: #47904E; }
span { border-color: rgb(71,144,78); }
td.TdClassName
{
border-color: #47904E;
}
.TagClassName
{
border-color: #47904E;
}
</style>