Shades of Fruit Salad #47924C
Tints of Fruit Salad #47924C
RGB
CMYK
RGB Variations
Color information
#47924C (or 0x47924C) is known color: Fruit Salad. HEX triplet: 47, 92 and 4C. RGB value is (71,146,76). Sum of RGB (Red+Green+Blue) = 71+146+76=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #47924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47924C is #B86DB3. Grayscale: #737373. Windows color (decimal): -12086708 or 5018183. OLE color: 5018183.
HSL color Cylindrical-coordinate representation of color #47924C: hue angle of 124º 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 #47924C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 76 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.43 |
| HSL | 124º | 0.35% | 0.43% | - |
| HSV(B) | 124º | 0.51% | 0.57% | - |
| XYZ | 14.18 | 22.42 | 10.42 | - |
| YUV | 115.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 76 | 0.51 | 0 | 0.48 | 0.43 | 124 | 0.35 | 0.43 |
| Hex | 47 | 92 | 4C | 33 | 0 | 30 | 2B | 7C | 23 | 2B |
| Octal | 107 | 222 | 114 | 63 | 0 | 60 | 53 | 174 | 43 | 53 |
| Binary | 1000111 | 10010010 | 1001100 | 110011 | 0 | 110000 | 101011 | 1111100 | 100011 | 101011 |
Color Harmonies of #47924C
Complementary color
Monochromatic Colors of #47924C
Black with #47924C
Text Example
Text Example
White with #47924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47924C; }
p { color: rgb(71,146,76); }
H1.HeaderClassName
{
color: #47924C;
}
.AnyTagClassName
{
color: #47924C;
}
</style>
background-color css
<style>
a { background-color: #47924C; }
a { background-color: rgb(71,146,76); }
div.DivClassName
{
background-color: #47924C;
}
.BgClassName
{
background-color: #47924C;
}
</style>
border-color css
<style>
span { border-color: #47924C; }
span { border-color: rgb(71,146,76); }
td.TdClassName
{
border-color: #47924C;
}
.TagClassName
{
border-color: #47924C;
}
</style>