Shades of Fruit Salad #46A845
Tints of Fruit Salad #46A845
RGB
CMYK
RGB Variations
Color information
#46A845 (or 0x46A845) is known color: Fruit Salad. HEX triplet: 46, A8 and 45. RGB value is (70,168,69). Sum of RGB (Red+Green+Blue) = 70+168+69=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #46A845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A845 is #B957BA. Grayscale: #7F7F7F. Windows color (decimal): -12146619 or 4565062. OLE color: 4565062.
HSL color Cylindrical-coordinate representation of color #46A845: hue angle of 119.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A845 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 69 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.34 |
| HSL | 119.39º | 0.42% | 0.46% | - |
| HSV(B) | 119.39º | 0.59% | 0.66% | - |
| XYZ | 17.6 | 29.74 | 10.44 | - |
| YUV | 127.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 69 | 0.58 | 0 | 0.59 | 0.34 | 119.39 | 0.42 | 0.46 |
| Hex | 46 | A8 | 45 | 3A | 0 | 3B | 22 | 77 | 2A | 2E |
| Octal | 106 | 250 | 105 | 72 | 0 | 73 | 42 | 167 | 52 | 56 |
| Binary | 1000110 | 10101000 | 1000101 | 111010 | 0 | 111011 | 100010 | 1110111 | 101010 | 101110 |
Color Harmonies of #46A845
Complementary color
Monochromatic Colors of #46A845
Black with #46A845
Text Example
Text Example
White with #46A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A845; }
p { color: rgb(70,168,69); }
H1.HeaderClassName
{
color: #46A845;
}
.AnyTagClassName
{
color: #46A845;
}
</style>
background-color css
<style>
a { background-color: #46A845; }
a { background-color: rgb(70,168,69); }
div.DivClassName
{
background-color: #46A845;
}
.BgClassName
{
background-color: #46A845;
}
</style>
border-color css
<style>
span { border-color: #46A845; }
span { border-color: rgb(70,168,69); }
td.TdClassName
{
border-color: #46A845;
}
.TagClassName
{
border-color: #46A845;
}
</style>