Shades of Fruit Salad #479543
Tints of Fruit Salad #479543
RGB
CMYK
RGB Variations
Color information
#479543 (or 0x479543) is known color: Fruit Salad. HEX triplet: 47, 95 and 43. RGB value is (71,149,67). Sum of RGB (Red+Green+Blue) = 71+149+67=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #479543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479543 is #B86ABC. Grayscale: #747474. Windows color (decimal): -12085949 or 4429127. OLE color: 4429127.
HSL color Cylindrical-coordinate representation of color #479543: hue angle of 117.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479543 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 67 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.42 |
| HSL | 117.07º | 0.38% | 0.42% | - |
| HSV(B) | 117.07º | 0.55% | 0.58% | - |
| XYZ | 14.36 | 23.24 | 9.04 | - |
| YUV | 116.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 67 | 0.52 | 0 | 0.55 | 0.42 | 117.07 | 0.38 | 0.42 |
| Hex | 47 | 95 | 43 | 34 | 0 | 37 | 2A | 75 | 26 | 2A |
| Octal | 107 | 225 | 103 | 64 | 0 | 67 | 52 | 165 | 46 | 52 |
| Binary | 1000111 | 10010101 | 1000011 | 110100 | 0 | 110111 | 101010 | 1110101 | 100110 | 101010 |
Color Harmonies of #479543
Complementary color
Monochromatic Colors of #479543
Black with #479543
Text Example
Text Example
White with #479543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479543; }
p { color: rgb(71,149,67); }
H1.HeaderClassName
{
color: #479543;
}
.AnyTagClassName
{
color: #479543;
}
</style>
background-color css
<style>
a { background-color: #479543; }
a { background-color: rgb(71,149,67); }
div.DivClassName
{
background-color: #479543;
}
.BgClassName
{
background-color: #479543;
}
</style>
border-color css
<style>
span { border-color: #479543; }
span { border-color: rgb(71,149,67); }
td.TdClassName
{
border-color: #479543;
}
.TagClassName
{
border-color: #479543;
}
</style>