Shades of Fruit Salad #46A64B
Tints of Fruit Salad #46A64B
RGB
CMYK
RGB Variations
Color information
#46A64B (or 0x46A64B) is known color: Fruit Salad. HEX triplet: 46, A6 and 4B. RGB value is (70,166,75). Sum of RGB (Red+Green+Blue) = 70+166+75=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #46A64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A64B is #B959B4. Grayscale: #7F7F7F. Windows color (decimal): -12147125 or 4957766. OLE color: 4957766.
HSL color Cylindrical-coordinate representation of color #46A64B: hue angle of 123.12º 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 #46A64B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 75 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.35 |
| HSL | 123.13º | 0.41% | 0.46% | - |
| HSV(B) | 123.13º | 0.58% | 0.65% | - |
| XYZ | 17.43 | 29.08 | 11.35 | - |
| YUV | 126.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 75 | 0.58 | 0 | 0.55 | 0.35 | 123.13 | 0.41 | 0.46 |
| Hex | 46 | A6 | 4B | 3A | 0 | 37 | 23 | 7B | 29 | 2E |
| Octal | 106 | 246 | 113 | 72 | 0 | 67 | 43 | 173 | 51 | 56 |
| Binary | 1000110 | 10100110 | 1001011 | 111010 | 0 | 110111 | 100011 | 1111011 | 101001 | 101110 |
Color Harmonies of #46A64B
Complementary color
Monochromatic Colors of #46A64B
Black with #46A64B
Text Example
Text Example
White with #46A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A64B; }
p { color: rgb(70,166,75); }
H1.HeaderClassName
{
color: #46A64B;
}
.AnyTagClassName
{
color: #46A64B;
}
</style>
background-color css
<style>
a { background-color: #46A64B; }
a { background-color: rgb(70,166,75); }
div.DivClassName
{
background-color: #46A64B;
}
.BgClassName
{
background-color: #46A64B;
}
</style>
border-color css
<style>
span { border-color: #46A64B; }
span { border-color: rgb(70,166,75); }
td.TdClassName
{
border-color: #46A64B;
}
.TagClassName
{
border-color: #46A64B;
}
</style>