Shades of Fruit Salad #47904B
Tints of Fruit Salad #47904B
RGB
CMYK
RGB Variations
Color information
#47904B (or 0x47904B) is known color: Fruit Salad. HEX triplet: 47, 90 and 4B. RGB value is (71,144,75). Sum of RGB (Red+Green+Blue) = 71+144+75=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #47904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47904B is #B86FB4. Grayscale: #727272. Windows color (decimal): -12087221 or 4952135. OLE color: 4952135.
HSL color Cylindrical-coordinate representation of color #47904B: hue angle of 123.29º 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 #47904B is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 75 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.44 |
| HSL | 123.29º | 0.34% | 0.42% | - |
| HSV(B) | 123.29º | 0.51% | 0.56% | - |
| XYZ | 13.84 | 21.79 | 10.13 | - |
| YUV | 114.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 75 | 0.51 | 0 | 0.48 | 0.44 | 123.29 | 0.34 | 0.42 |
| Hex | 47 | 90 | 4B | 33 | 0 | 30 | 2C | 7B | 22 | 2A |
| Octal | 107 | 220 | 113 | 63 | 0 | 60 | 54 | 173 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1001011 | 110011 | 0 | 110000 | 101100 | 1111011 | 100010 | 101010 |
Color Harmonies of #47904B
Complementary color
Monochromatic Colors of #47904B
Black with #47904B
Text Example
Text Example
White with #47904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47904B; }
p { color: rgb(71,144,75); }
H1.HeaderClassName
{
color: #47904B;
}
.AnyTagClassName
{
color: #47904B;
}
</style>
background-color css
<style>
a { background-color: #47904B; }
a { background-color: rgb(71,144,75); }
div.DivClassName
{
background-color: #47904B;
}
.BgClassName
{
background-color: #47904B;
}
</style>
border-color css
<style>
span { border-color: #47904B; }
span { border-color: rgb(71,144,75); }
td.TdClassName
{
border-color: #47904B;
}
.TagClassName
{
border-color: #47904B;
}
</style>