Shades of Fruit Salad #47A746
Tints of Fruit Salad #47A746
RGB
CMYK
RGB Variations
Color information
#47A746 (or 0x47A746) is known color: Fruit Salad. HEX triplet: 47, A7 and 46. RGB value is (71,167,70). Sum of RGB (Red+Green+Blue) = 71+167+70=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #47A746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A746 is #B858B9. Grayscale: #7F7F7F. Windows color (decimal): -12081338 or 4630343. OLE color: 4630343.
HSL color Cylindrical-coordinate representation of color #47A746: hue angle of 119.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A746 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 167 | 70 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.35 |
| HSL | 119.38º | 0.41% | 0.46% | - |
| HSV(B) | 119.38º | 0.58% | 0.65% | - |
| XYZ | 17.52 | 29.42 | 10.55 | - |
| YUV | 127.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 167 | 70 | 0.57 | 0 | 0.58 | 0.35 | 119.38 | 0.41 | 0.46 |
| Hex | 47 | A7 | 46 | 39 | 0 | 3A | 23 | 77 | 29 | 2E |
| Octal | 107 | 247 | 106 | 71 | 0 | 72 | 43 | 167 | 51 | 56 |
| Binary | 1000111 | 10100111 | 1000110 | 111001 | 0 | 111010 | 100011 | 1110111 | 101001 | 101110 |
Color Harmonies of #47A746
Complementary color
Monochromatic Colors of #47A746
Black with #47A746
Text Example
Text Example
White with #47A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A746; }
p { color: rgb(71,167,70); }
H1.HeaderClassName
{
color: #47A746;
}
.AnyTagClassName
{
color: #47A746;
}
</style>
background-color css
<style>
a { background-color: #47A746; }
a { background-color: rgb(71,167,70); }
div.DivClassName
{
background-color: #47A746;
}
.BgClassName
{
background-color: #47A746;
}
</style>
border-color css
<style>
span { border-color: #47A746; }
span { border-color: rgb(71,167,70); }
td.TdClassName
{
border-color: #47A746;
}
.TagClassName
{
border-color: #47A746;
}
</style>