Shades of Fruit Salad #47904D
Tints of Fruit Salad #47904D
RGB
CMYK
RGB Variations
Color information
#47904D (or 0x47904D) is known color: Fruit Salad. HEX triplet: 47, 90 and 4D. RGB value is (71,144,77). Sum of RGB (Red+Green+Blue) = 71+144+77=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #47904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47904D is #B86FB2. Grayscale: #727272. Windows color (decimal): -12087219 or 5083207. OLE color: 5083207.
HSL color Cylindrical-coordinate representation of color #47904D: hue angle of 124.93º 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 #47904D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 77 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.44 |
| HSL | 124.93º | 0.34% | 0.42% | - |
| HSV(B) | 124.93º | 0.51% | 0.56% | - |
| XYZ | 13.91 | 21.82 | 10.5 | - |
| YUV | 114.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 77 | 0.51 | 0 | 0.47 | 0.44 | 124.93 | 0.34 | 0.42 |
| Hex | 47 | 90 | 4D | 33 | 0 | 2F | 2C | 7D | 22 | 2A |
| Octal | 107 | 220 | 115 | 63 | 0 | 57 | 54 | 175 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1001101 | 110011 | 0 | 101111 | 101100 | 1111101 | 100010 | 101010 |
Color Harmonies of #47904D
Complementary color
Monochromatic Colors of #47904D
Black with #47904D
Text Example
Text Example
White with #47904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47904D; }
p { color: rgb(71,144,77); }
H1.HeaderClassName
{
color: #47904D;
}
.AnyTagClassName
{
color: #47904D;
}
</style>
background-color css
<style>
a { background-color: #47904D; }
a { background-color: rgb(71,144,77); }
div.DivClassName
{
background-color: #47904D;
}
.BgClassName
{
background-color: #47904D;
}
</style>
border-color css
<style>
span { border-color: #47904D; }
span { border-color: rgb(71,144,77); }
td.TdClassName
{
border-color: #47904D;
}
.TagClassName
{
border-color: #47904D;
}
</style>