Shades of Fruit Salad #47924F
Tints of Fruit Salad #47924F
RGB
CMYK
RGB Variations
Color information
#47924F (or 0x47924F) is known color: Fruit Salad. HEX triplet: 47, 92 and 4F. RGB value is (71,146,79). Sum of RGB (Red+Green+Blue) = 71+146+79=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #47924F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47924F is #B86DB0. Grayscale: #747474. Windows color (decimal): -12086705 or 5214791. OLE color: 5214791.
HSL color Cylindrical-coordinate representation of color #47924F: hue angle of 126.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47924F is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 79 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.43 |
| HSL | 126.4º | 0.35% | 0.43% | - |
| HSV(B) | 126.4º | 0.51% | 0.57% | - |
| XYZ | 14.29 | 22.46 | 10.98 | - |
| YUV | 115.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 79 | 0.51 | 0 | 0.46 | 0.43 | 126.4 | 0.35 | 0.43 |
| Hex | 47 | 92 | 4F | 33 | 0 | 2E | 2B | 7E | 23 | 2B |
| Octal | 107 | 222 | 117 | 63 | 0 | 56 | 53 | 176 | 43 | 53 |
| Binary | 1000111 | 10010010 | 1001111 | 110011 | 0 | 101110 | 101011 | 1111110 | 100011 | 101011 |
Color Harmonies of #47924F
Complementary color
Monochromatic Colors of #47924F
Black with #47924F
Text Example
Text Example
White with #47924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47924F; }
p { color: rgb(71,146,79); }
H1.HeaderClassName
{
color: #47924F;
}
.AnyTagClassName
{
color: #47924F;
}
</style>
background-color css
<style>
a { background-color: #47924F; }
a { background-color: rgb(71,146,79); }
div.DivClassName
{
background-color: #47924F;
}
.BgClassName
{
background-color: #47924F;
}
</style>
border-color css
<style>
span { border-color: #47924F; }
span { border-color: rgb(71,146,79); }
td.TdClassName
{
border-color: #47924F;
}
.TagClassName
{
border-color: #47924F;
}
</style>