Shades of Fruit Salad #479F4B
Tints of Fruit Salad #479F4B
RGB
CMYK
RGB Variations
Color information
#479F4B (or 0x479F4B) is known color: Fruit Salad. HEX triplet: 47, 9F and 4B. RGB value is (71,159,75). Sum of RGB (Red+Green+Blue) = 71+159+75=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #479F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479F4B is #B860B4. Grayscale: #7B7B7B. Windows color (decimal): -12083381 or 4955975. OLE color: 4955975.
HSL color Cylindrical-coordinate representation of color #479F4B: hue angle of 122.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F4B is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 159 | 75 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.38 |
| HSL | 122.73º | 0.38% | 0.45% | - |
| HSV(B) | 122.73º | 0.55% | 0.62% | - |
| XYZ | 16.27 | 26.64 | 10.94 | - |
| YUV | 123.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 75 | 0.55 | 0 | 0.53 | 0.38 | 122.73 | 0.38 | 0.45 |
| Hex | 47 | 9F | 4B | 37 | 0 | 35 | 26 | 7B | 26 | 2D |
| Octal | 107 | 237 | 113 | 67 | 0 | 65 | 46 | 173 | 46 | 55 |
| Binary | 1000111 | 10011111 | 1001011 | 110111 | 0 | 110101 | 100110 | 1111011 | 100110 | 101101 |
Color Harmonies of #479F4B
Complementary color
Monochromatic Colors of #479F4B
Black with #479F4B
Text Example
Text Example
White with #479F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479F4B; }
p { color: rgb(71,159,75); }
H1.HeaderClassName
{
color: #479F4B;
}
.AnyTagClassName
{
color: #479F4B;
}
</style>
background-color css
<style>
a { background-color: #479F4B; }
a { background-color: rgb(71,159,75); }
div.DivClassName
{
background-color: #479F4B;
}
.BgClassName
{
background-color: #479F4B;
}
</style>
border-color css
<style>
span { border-color: #479F4B; }
span { border-color: rgb(71,159,75); }
td.TdClassName
{
border-color: #479F4B;
}
.TagClassName
{
border-color: #479F4B;
}
</style>