Shades of Fruit Salad #479143
Tints of Fruit Salad #479143
RGB
CMYK
RGB Variations
Color information
#479143 (or 0x479143) is known color: Fruit Salad. HEX triplet: 47, 91 and 43. RGB value is (71,145,67). Sum of RGB (Red+Green+Blue) = 71+145+67=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #479143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479143 is #B86EBC. Grayscale: #727272. Windows color (decimal): -12086973 or 4428103. OLE color: 4428103.
HSL color Cylindrical-coordinate representation of color #479143: hue angle of 116.92º 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 #479143 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 67 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.43 |
| HSL | 116.92º | 0.37% | 0.42% | - |
| HSV(B) | 116.92º | 0.54% | 0.57% | - |
| XYZ | 13.74 | 22 | 8.83 | - |
| YUV | 113.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 67 | 0.51 | 0 | 0.54 | 0.43 | 116.92 | 0.37 | 0.42 |
| Hex | 47 | 91 | 43 | 33 | 0 | 36 | 2B | 75 | 25 | 2A |
| Octal | 107 | 221 | 103 | 63 | 0 | 66 | 53 | 165 | 45 | 52 |
| Binary | 1000111 | 10010001 | 1000011 | 110011 | 0 | 110110 | 101011 | 1110101 | 100101 | 101010 |
Color Harmonies of #479143
Complementary color
Monochromatic Colors of #479143
Black with #479143
Text Example
Text Example
White with #479143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479143; }
p { color: rgb(71,145,67); }
H1.HeaderClassName
{
color: #479143;
}
.AnyTagClassName
{
color: #479143;
}
</style>
background-color css
<style>
a { background-color: #479143; }
a { background-color: rgb(71,145,67); }
div.DivClassName
{
background-color: #479143;
}
.BgClassName
{
background-color: #479143;
}
</style>
border-color css
<style>
span { border-color: #479143; }
span { border-color: rgb(71,145,67); }
td.TdClassName
{
border-color: #479143;
}
.TagClassName
{
border-color: #479143;
}
</style>