Shades of Fruit Salad #479652
Tints of Fruit Salad #479652
RGB
CMYK
RGB Variations
Color information
#479652 (or 0x479652) is known color: Fruit Salad. HEX triplet: 47, 96 and 52. RGB value is (71,150,82). Sum of RGB (Red+Green+Blue) = 71+150+82=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #479652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479652 is #B869AD. Grayscale: #767676. Windows color (decimal): -12085678 or 5412423. OLE color: 5412423.
HSL color Cylindrical-coordinate representation of color #479652: hue angle of 128.35º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479652 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 150 | 82 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.41 |
| HSL | 128.35º | 0.36% | 0.43% | - |
| HSV(B) | 128.35º | 0.53% | 0.59% | - |
| XYZ | 15.03 | 23.76 | 11.78 | - |
| YUV | 118.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 82 | 0.53 | 0 | 0.45 | 0.41 | 128.35 | 0.36 | 0.43 |
| Hex | 47 | 96 | 52 | 35 | 0 | 2D | 29 | 80 | 24 | 2B |
| Octal | 107 | 226 | 122 | 65 | 0 | 55 | 51 | 200 | 44 | 53 |
| Binary | 1000111 | 10010110 | 1010010 | 110101 | 0 | 101101 | 101001 | 10000000 | 100100 | 101011 |
Color Harmonies of #479652
Complementary color
Monochromatic Colors of #479652
Black with #479652
Text Example
Text Example
White with #479652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479652; }
p { color: rgb(71,150,82); }
H1.HeaderClassName
{
color: #479652;
}
.AnyTagClassName
{
color: #479652;
}
</style>
background-color css
<style>
a { background-color: #479652; }
a { background-color: rgb(71,150,82); }
div.DivClassName
{
background-color: #479652;
}
.BgClassName
{
background-color: #479652;
}
</style>
border-color css
<style>
span { border-color: #479652; }
span { border-color: rgb(71,150,82); }
td.TdClassName
{
border-color: #479652;
}
.TagClassName
{
border-color: #479652;
}
</style>