Shades of Fruit Salad #46A355
Tints of Fruit Salad #46A355
RGB
CMYK
RGB Variations
Color information
#46A355 (or 0x46A355) is known color: Fruit Salad. HEX triplet: 46, A3 and 55. RGB value is (70,163,85). Sum of RGB (Red+Green+Blue) = 70+163+85=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #46A355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A355 is #B95CAA. Grayscale: #7E7E7E. Windows color (decimal): -12147883 or 5612358. OLE color: 5612358.
HSL color Cylindrical-coordinate representation of color #46A355: hue angle of 129.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A355 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 163 | 85 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.36 |
| HSL | 129.68º | 0.4% | 0.46% | - |
| HSV(B) | 129.68º | 0.57% | 0.64% | - |
| XYZ | 17.26 | 28.15 | 13.12 | - |
| YUV | 126.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 163 | 85 | 0.57 | 0 | 0.48 | 0.36 | 129.68 | 0.4 | 0.46 |
| Hex | 46 | A3 | 55 | 39 | 0 | 30 | 24 | 82 | 28 | 2E |
| Octal | 106 | 243 | 125 | 71 | 0 | 60 | 44 | 202 | 50 | 56 |
| Binary | 1000110 | 10100011 | 1010101 | 111001 | 0 | 110000 | 100100 | 10000010 | 101000 | 101110 |
Color Harmonies of #46A355
Complementary color
Monochromatic Colors of #46A355
Black with #46A355
Text Example
Text Example
White with #46A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A355; }
p { color: rgb(70,163,85); }
H1.HeaderClassName
{
color: #46A355;
}
.AnyTagClassName
{
color: #46A355;
}
</style>
background-color css
<style>
a { background-color: #46A355; }
a { background-color: rgb(70,163,85); }
div.DivClassName
{
background-color: #46A355;
}
.BgClassName
{
background-color: #46A355;
}
</style>
border-color css
<style>
span { border-color: #46A355; }
span { border-color: rgb(70,163,85); }
td.TdClassName
{
border-color: #46A355;
}
.TagClassName
{
border-color: #46A355;
}
</style>