Shades of Fruit Salad #479B42
Tints of Fruit Salad #479B42
RGB
CMYK
RGB Variations
Color information
#479B42 (or 0x479B42) is known color: Fruit Salad. HEX triplet: 47, 9B and 42. RGB value is (71,155,66). Sum of RGB (Red+Green+Blue) = 71+155+66=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #479B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479B42 is #B864BD. Grayscale: #787878. Windows color (decimal): -12084414 or 4365127. OLE color: 4365127.
HSL color Cylindrical-coordinate representation of color #479B42: hue angle of 116.63º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #479B42 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 155 | 66 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.39 |
| HSL | 116.63º | 0.4% | 0.43% | - |
| HSV(B) | 116.63º | 0.57% | 0.61% | - |
| XYZ | 15.3 | 25.18 | 9.21 | - |
| YUV | 119.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 66 | 0.54 | 0 | 0.57 | 0.39 | 116.63 | 0.4 | 0.43 |
| Hex | 47 | 9B | 42 | 36 | 0 | 39 | 27 | 75 | 28 | 2B |
| Octal | 107 | 233 | 102 | 66 | 0 | 71 | 47 | 165 | 50 | 53 |
| Binary | 1000111 | 10011011 | 1000010 | 110110 | 0 | 111001 | 100111 | 1110101 | 101000 | 101011 |
Color Harmonies of #479B42
Complementary color
Monochromatic Colors of #479B42
Black with #479B42
Text Example
Text Example
White with #479B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479B42; }
p { color: rgb(71,155,66); }
H1.HeaderClassName
{
color: #479B42;
}
.AnyTagClassName
{
color: #479B42;
}
</style>
background-color css
<style>
a { background-color: #479B42; }
a { background-color: rgb(71,155,66); }
div.DivClassName
{
background-color: #479B42;
}
.BgClassName
{
background-color: #479B42;
}
</style>
border-color css
<style>
span { border-color: #479B42; }
span { border-color: rgb(71,155,66); }
td.TdClassName
{
border-color: #479B42;
}
.TagClassName
{
border-color: #479B42;
}
</style>