Shades of Fruit Salad #47944D
Tints of Fruit Salad #47944D
RGB
CMYK
RGB Variations
Color information
#47944D (or 0x47944D) is known color: Fruit Salad. HEX triplet: 47, 94 and 4D. RGB value is (71,148,77). Sum of RGB (Red+Green+Blue) = 71+148+77=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #47944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47944D is #B86BB2. Grayscale: #757575. Windows color (decimal): -12086195 or 5084231. OLE color: 5084231.
HSL color Cylindrical-coordinate representation of color #47944D: hue angle of 124.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47944D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 148 | 77 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.42 |
| HSL | 124.68º | 0.35% | 0.43% | - |
| HSV(B) | 124.68º | 0.52% | 0.58% | - |
| XYZ | 14.53 | 23.06 | 10.71 | - |
| YUV | 116.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 77 | 0.52 | 0 | 0.48 | 0.42 | 124.68 | 0.35 | 0.43 |
| Hex | 47 | 94 | 4D | 34 | 0 | 30 | 2A | 7D | 23 | 2B |
| Octal | 107 | 224 | 115 | 64 | 0 | 60 | 52 | 175 | 43 | 53 |
| Binary | 1000111 | 10010100 | 1001101 | 110100 | 0 | 110000 | 101010 | 1111101 | 100011 | 101011 |
Color Harmonies of #47944D
Complementary color
Monochromatic Colors of #47944D
Black with #47944D
Text Example
Text Example
White with #47944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47944D; }
p { color: rgb(71,148,77); }
H1.HeaderClassName
{
color: #47944D;
}
.AnyTagClassName
{
color: #47944D;
}
</style>
background-color css
<style>
a { background-color: #47944D; }
a { background-color: rgb(71,148,77); }
div.DivClassName
{
background-color: #47944D;
}
.BgClassName
{
background-color: #47944D;
}
</style>
border-color css
<style>
span { border-color: #47944D; }
span { border-color: rgb(71,148,77); }
td.TdClassName
{
border-color: #47944D;
}
.TagClassName
{
border-color: #47944D;
}
</style>