Shades of Fruit Salad #46AA40
Tints of Fruit Salad #46AA40
RGB
CMYK
RGB Variations
Color information
#46AA40 (or 0x46AA40) is known color: Fruit Salad. HEX triplet: 46, AA and 40. RGB value is (70,170,64). Sum of RGB (Red+Green+Blue) = 70+170+64=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AA40 is #B955BF. Grayscale: #808080. Windows color (decimal): -12146112 or 4237894. OLE color: 4237894.
HSL color Cylindrical-coordinate representation of color #46AA40: hue angle of 116.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46AA40 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 170 | 64 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.33 |
| HSL | 116.6º | 0.45% | 0.46% | - |
| HSV(B) | 116.6º | 0.62% | 0.67% | - |
| XYZ | 17.83 | 30.42 | 9.78 | - |
| YUV | 128.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 64 | 0.59 | 0 | 0.62 | 0.33 | 116.6 | 0.45 | 0.46 |
| Hex | 46 | AA | 40 | 3B | 0 | 3E | 21 | 75 | 2D | 2E |
| Octal | 106 | 252 | 100 | 73 | 0 | 76 | 41 | 165 | 55 | 56 |
| Binary | 1000110 | 10101010 | 1000000 | 111011 | 0 | 111110 | 100001 | 1110101 | 101101 | 101110 |
Color Harmonies of #46AA40
Complementary color
Monochromatic Colors of #46AA40
Black with #46AA40
Text Example
Text Example
White with #46AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AA40; }
p { color: rgb(70,170,64); }
H1.HeaderClassName
{
color: #46AA40;
}
.AnyTagClassName
{
color: #46AA40;
}
</style>
background-color css
<style>
a { background-color: #46AA40; }
a { background-color: rgb(70,170,64); }
div.DivClassName
{
background-color: #46AA40;
}
.BgClassName
{
background-color: #46AA40;
}
</style>
border-color css
<style>
span { border-color: #46AA40; }
span { border-color: rgb(70,170,64); }
td.TdClassName
{
border-color: #46AA40;
}
.TagClassName
{
border-color: #46AA40;
}
</style>