Shades of Fruit Salad #46A647
Tints of Fruit Salad #46A647
RGB
CMYK
RGB Variations
Color information
#46A647 (or 0x46A647) is known color: Fruit Salad. HEX triplet: 46, A6 and 47. RGB value is (70,166,71). Sum of RGB (Red+Green+Blue) = 70+166+71=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #46A647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A647 is #B959B8. Grayscale: #7E7E7E. Windows color (decimal): -12147129 or 4695622. OLE color: 4695622.
HSL color Cylindrical-coordinate representation of color #46A647: hue angle of 120.63º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A647 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 71 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.35 |
| HSL | 120.63º | 0.41% | 0.46% | - |
| HSV(B) | 120.63º | 0.58% | 0.65% | - |
| XYZ | 17.3 | 29.03 | 10.65 | - |
| YUV | 126.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 71 | 0.58 | 0 | 0.57 | 0.35 | 120.63 | 0.41 | 0.46 |
| Hex | 46 | A6 | 47 | 3A | 0 | 39 | 23 | 79 | 29 | 2E |
| Octal | 106 | 246 | 107 | 72 | 0 | 71 | 43 | 171 | 51 | 56 |
| Binary | 1000110 | 10100110 | 1000111 | 111010 | 0 | 111001 | 100011 | 1111001 | 101001 | 101110 |
Color Harmonies of #46A647
Complementary color
Monochromatic Colors of #46A647
Black with #46A647
Text Example
Text Example
White with #46A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A647; }
p { color: rgb(70,166,71); }
H1.HeaderClassName
{
color: #46A647;
}
.AnyTagClassName
{
color: #46A647;
}
</style>
background-color css
<style>
a { background-color: #46A647; }
a { background-color: rgb(70,166,71); }
div.DivClassName
{
background-color: #46A647;
}
.BgClassName
{
background-color: #46A647;
}
</style>
border-color css
<style>
span { border-color: #46A647; }
span { border-color: rgb(70,166,71); }
td.TdClassName
{
border-color: #46A647;
}
.TagClassName
{
border-color: #46A647;
}
</style>