Shades of Fruit Salad #479243
Tints of Fruit Salad #479243
RGB
CMYK
RGB Variations
Color information
#479243 (or 0x479243) is known color: Fruit Salad. HEX triplet: 47, 92 and 43. RGB value is (71,146,67). Sum of RGB (Red+Green+Blue) = 71+146+67=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #479243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479243 is #B86DBC. Grayscale: #727272. Windows color (decimal): -12086717 or 4428359. OLE color: 4428359.
HSL color Cylindrical-coordinate representation of color #479243: hue angle of 116.96º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479243 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 67 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.43 |
| HSL | 116.96º | 0.37% | 0.42% | - |
| HSV(B) | 116.96º | 0.54% | 0.57% | - |
| XYZ | 13.89 | 22.3 | 8.88 | - |
| YUV | 114.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 67 | 0.51 | 0 | 0.54 | 0.43 | 116.96 | 0.37 | 0.42 |
| Hex | 47 | 92 | 43 | 33 | 0 | 36 | 2B | 75 | 25 | 2A |
| Octal | 107 | 222 | 103 | 63 | 0 | 66 | 53 | 165 | 45 | 52 |
| Binary | 1000111 | 10010010 | 1000011 | 110011 | 0 | 110110 | 101011 | 1110101 | 100101 | 101010 |
Color Harmonies of #479243
Complementary color
Monochromatic Colors of #479243
Black with #479243
Text Example
Text Example
White with #479243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479243; }
p { color: rgb(71,146,67); }
H1.HeaderClassName
{
color: #479243;
}
.AnyTagClassName
{
color: #479243;
}
</style>
background-color css
<style>
a { background-color: #479243; }
a { background-color: rgb(71,146,67); }
div.DivClassName
{
background-color: #479243;
}
.BgClassName
{
background-color: #479243;
}
</style>
border-color css
<style>
span { border-color: #479243; }
span { border-color: rgb(71,146,67); }
td.TdClassName
{
border-color: #479243;
}
.TagClassName
{
border-color: #479243;
}
</style>