Shades of Fruit Salad #479D43
Tints of Fruit Salad #479D43
RGB
CMYK
RGB Variations
Color information
#479D43 (or 0x479D43) is known color: Fruit Salad. HEX triplet: 47, 9D and 43. RGB value is (71,157,67). Sum of RGB (Red+Green+Blue) = 71+157+67=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #479D43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D43 is #B862BC. Grayscale: #797979. Windows color (decimal): -12083901 or 4431175. OLE color: 4431175.
HSL color Cylindrical-coordinate representation of color #479D43: hue angle of 117.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #479D43 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 67 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.38 |
| HSL | 117.33º | 0.4% | 0.44% | - |
| HSV(B) | 117.33º | 0.57% | 0.62% | - |
| XYZ | 15.67 | 25.86 | 9.48 | - |
| YUV | 121.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 67 | 0.55 | 0 | 0.57 | 0.38 | 117.33 | 0.4 | 0.44 |
| Hex | 47 | 9D | 43 | 37 | 0 | 39 | 26 | 75 | 28 | 2C |
| Octal | 107 | 235 | 103 | 67 | 0 | 71 | 46 | 165 | 50 | 54 |
| Binary | 1000111 | 10011101 | 1000011 | 110111 | 0 | 111001 | 100110 | 1110101 | 101000 | 101100 |
Color Harmonies of #479D43
Complementary color
Monochromatic Colors of #479D43
Black with #479D43
Text Example
Text Example
White with #479D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D43; }
p { color: rgb(71,157,67); }
H1.HeaderClassName
{
color: #479D43;
}
.AnyTagClassName
{
color: #479D43;
}
</style>
background-color css
<style>
a { background-color: #479D43; }
a { background-color: rgb(71,157,67); }
div.DivClassName
{
background-color: #479D43;
}
.BgClassName
{
background-color: #479D43;
}
</style>
border-color css
<style>
span { border-color: #479D43; }
span { border-color: rgb(71,157,67); }
td.TdClassName
{
border-color: #479D43;
}
.TagClassName
{
border-color: #479D43;
}
</style>