Shades of Fruit Salad #47914F
Tints of Fruit Salad #47914F
RGB
CMYK
RGB Variations
Color information
#47914F (or 0x47914F) is known color: Fruit Salad. HEX triplet: 47, 91 and 4F. RGB value is (71,145,79). Sum of RGB (Red+Green+Blue) = 71+145+79=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #47914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47914F is #B86EB0. Grayscale: #737373. Windows color (decimal): -12086961 or 5214535. OLE color: 5214535.
HSL color Cylindrical-coordinate representation of color #47914F: hue angle of 126.49º 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 #47914F is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 79 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.43 |
| HSL | 126.49º | 0.34% | 0.42% | - |
| HSV(B) | 126.49º | 0.51% | 0.57% | - |
| XYZ | 14.14 | 22.15 | 10.93 | - |
| YUV | 115.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 79 | 0.51 | 0 | 0.46 | 0.43 | 126.49 | 0.34 | 0.42 |
| Hex | 47 | 91 | 4F | 33 | 0 | 2E | 2B | 7E | 22 | 2A |
| Octal | 107 | 221 | 117 | 63 | 0 | 56 | 53 | 176 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1001111 | 110011 | 0 | 101110 | 101011 | 1111110 | 100010 | 101010 |
Color Harmonies of #47914F
Complementary color
Monochromatic Colors of #47914F
Black with #47914F
Text Example
Text Example
White with #47914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47914F; }
p { color: rgb(71,145,79); }
H1.HeaderClassName
{
color: #47914F;
}
.AnyTagClassName
{
color: #47914F;
}
</style>
background-color css
<style>
a { background-color: #47914F; }
a { background-color: rgb(71,145,79); }
div.DivClassName
{
background-color: #47914F;
}
.BgClassName
{
background-color: #47914F;
}
</style>
border-color css
<style>
span { border-color: #47914F; }
span { border-color: rgb(71,145,79); }
td.TdClassName
{
border-color: #47914F;
}
.TagClassName
{
border-color: #47914F;
}
</style>