Shades of Fruit Salad #47904F
Tints of Fruit Salad #47904F
RGB
CMYK
RGB Variations
Color information
#47904F (or 0x47904F) is known color: Fruit Salad. HEX triplet: 47, 90 and 4F. RGB value is (71,144,79). Sum of RGB (Red+Green+Blue) = 71+144+79=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #47904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47904F is #B86FB0. Grayscale: #727272. Windows color (decimal): -12087217 or 5214279. OLE color: 5214279.
HSL color Cylindrical-coordinate representation of color #47904F: hue angle of 126.58º 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 #47904F is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 79 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.44 |
| HSL | 126.58º | 0.34% | 0.42% | - |
| HSV(B) | 126.58º | 0.51% | 0.56% | - |
| XYZ | 13.98 | 21.85 | 10.88 | - |
| YUV | 114.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 79 | 0.51 | 0 | 0.45 | 0.44 | 126.58 | 0.34 | 0.42 |
| Hex | 47 | 90 | 4F | 33 | 0 | 2D | 2C | 7F | 22 | 2A |
| Octal | 107 | 220 | 117 | 63 | 0 | 55 | 54 | 177 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1001111 | 110011 | 0 | 101101 | 101100 | 1111111 | 100010 | 101010 |
Color Harmonies of #47904F
Complementary color
Monochromatic Colors of #47904F
Black with #47904F
Text Example
Text Example
White with #47904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47904F; }
p { color: rgb(71,144,79); }
H1.HeaderClassName
{
color: #47904F;
}
.AnyTagClassName
{
color: #47904F;
}
</style>
background-color css
<style>
a { background-color: #47904F; }
a { background-color: rgb(71,144,79); }
div.DivClassName
{
background-color: #47904F;
}
.BgClassName
{
background-color: #47904F;
}
</style>
border-color css
<style>
span { border-color: #47904F; }
span { border-color: rgb(71,144,79); }
td.TdClassName
{
border-color: #47904F;
}
.TagClassName
{
border-color: #47904F;
}
</style>