Shades of Fruit Salad #46A83A
Tints of Fruit Salad #46A83A
RGB
CMYK
RGB Variations
Color information
#46A83A (or 0x46A83A) is known color: Fruit Salad. HEX triplet: 46, A8 and 3A. RGB value is (70,168,58). Sum of RGB (Red+Green+Blue) = 70+168+58=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #46A83A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A83A is #B957C5. Grayscale: #7E7E7E. Windows color (decimal): -12146630 or 3844166. OLE color: 3844166.
HSL color Cylindrical-coordinate representation of color #46A83A: hue angle of 113.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46A83A is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 58 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.34 |
| HSL | 113.45º | 0.49% | 0.44% | - |
| HSV(B) | 113.45º | 0.65% | 0.66% | - |
| XYZ | 17.29 | 29.61 | 8.81 | - |
| YUV | 126.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 58 | 0.58 | 0 | 0.65 | 0.34 | 113.45 | 0.49 | 0.44 |
| Hex | 46 | A8 | 3A | 3A | 0 | 41 | 22 | 71 | 31 | 2C |
| Octal | 106 | 250 | 72 | 72 | 0 | 101 | 42 | 161 | 61 | 54 |
| Binary | 1000110 | 10101000 | 111010 | 111010 | 0 | 1000001 | 100010 | 1110001 | 110001 | 101100 |
Color Harmonies of #46A83A
Complementary color
Monochromatic Colors of #46A83A
Black with #46A83A
Text Example
Text Example
White with #46A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A83A; }
p { color: rgb(70,168,58); }
H1.HeaderClassName
{
color: #46A83A;
}
.AnyTagClassName
{
color: #46A83A;
}
</style>
background-color css
<style>
a { background-color: #46A83A; }
a { background-color: rgb(70,168,58); }
div.DivClassName
{
background-color: #46A83A;
}
.BgClassName
{
background-color: #46A83A;
}
</style>
border-color css
<style>
span { border-color: #46A83A; }
span { border-color: rgb(70,168,58); }
td.TdClassName
{
border-color: #46A83A;
}
.TagClassName
{
border-color: #46A83A;
}
</style>