Shades of Fruit Salad #479D42
Tints of Fruit Salad #479D42
RGB
CMYK
RGB Variations
Color information
#479D42 (or 0x479D42) is known color: Fruit Salad. HEX triplet: 47, 9D and 42. RGB value is (71,157,66). Sum of RGB (Red+Green+Blue) = 71+157+66=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #479D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D42 is #B862BD. Grayscale: #797979. Windows color (decimal): -12083902 or 4365639. OLE color: 4365639.
HSL color Cylindrical-coordinate representation of color #479D42: hue angle of 116.7º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479D42 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 66 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.38 |
| HSL | 116.7º | 0.41% | 0.44% | - |
| HSV(B) | 116.7º | 0.58% | 0.62% | - |
| XYZ | 15.64 | 25.85 | 9.32 | - |
| YUV | 120.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 66 | 0.55 | 0 | 0.58 | 0.38 | 116.7 | 0.41 | 0.44 |
| Hex | 47 | 9D | 42 | 37 | 0 | 3A | 26 | 75 | 29 | 2C |
| Octal | 107 | 235 | 102 | 67 | 0 | 72 | 46 | 165 | 51 | 54 |
| Binary | 1000111 | 10011101 | 1000010 | 110111 | 0 | 111010 | 100110 | 1110101 | 101001 | 101100 |
Color Harmonies of #479D42
Complementary color
Monochromatic Colors of #479D42
Black with #479D42
Text Example
Text Example
White with #479D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D42; }
p { color: rgb(71,157,66); }
H1.HeaderClassName
{
color: #479D42;
}
.AnyTagClassName
{
color: #479D42;
}
</style>
background-color css
<style>
a { background-color: #479D42; }
a { background-color: rgb(71,157,66); }
div.DivClassName
{
background-color: #479D42;
}
.BgClassName
{
background-color: #479D42;
}
</style>
border-color css
<style>
span { border-color: #479D42; }
span { border-color: rgb(71,157,66); }
td.TdClassName
{
border-color: #479D42;
}
.TagClassName
{
border-color: #479D42;
}
</style>