Shades of Fruit Salad #47914C
Tints of Fruit Salad #47914C
RGB
CMYK
RGB Variations
Color information
#47914C (or 0x47914C) is known color: Fruit Salad. HEX triplet: 47, 91 and 4C. RGB value is (71,145,76). Sum of RGB (Red+Green+Blue) = 71+145+76=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #47914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47914C is #B86EB3. Grayscale: #737373. Windows color (decimal): -12086964 or 5017927. OLE color: 5017927.
HSL color Cylindrical-coordinate representation of color #47914C: hue angle of 124.05º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47914C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 76 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.43 |
| HSL | 124.05º | 0.34% | 0.42% | - |
| HSV(B) | 124.05º | 0.51% | 0.57% | - |
| XYZ | 14.03 | 22.11 | 10.37 | - |
| YUV | 115.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 76 | 0.51 | 0 | 0.48 | 0.43 | 124.05 | 0.34 | 0.42 |
| Hex | 47 | 91 | 4C | 33 | 0 | 30 | 2B | 7C | 22 | 2A |
| Octal | 107 | 221 | 114 | 63 | 0 | 60 | 53 | 174 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1001100 | 110011 | 0 | 110000 | 101011 | 1111100 | 100010 | 101010 |
Color Harmonies of #47914C
Complementary color
Monochromatic Colors of #47914C
Black with #47914C
Text Example
Text Example
White with #47914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47914C; }
p { color: rgb(71,145,76); }
H1.HeaderClassName
{
color: #47914C;
}
.AnyTagClassName
{
color: #47914C;
}
</style>
background-color css
<style>
a { background-color: #47914C; }
a { background-color: rgb(71,145,76); }
div.DivClassName
{
background-color: #47914C;
}
.BgClassName
{
background-color: #47914C;
}
</style>
border-color css
<style>
span { border-color: #47914C; }
span { border-color: rgb(71,145,76); }
td.TdClassName
{
border-color: #47914C;
}
.TagClassName
{
border-color: #47914C;
}
</style>