Shades of Fruit Salad #46AD42
Tints of Fruit Salad #46AD42
RGB
CMYK
RGB Variations
Color information
#46AD42 (or 0x46AD42) is known color: Fruit Salad. HEX triplet: 46, AD and 42. RGB value is (70,173,66). Sum of RGB (Red+Green+Blue) = 70+173+66=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AD42 is #B952BD. Grayscale: #828282. Windows color (decimal): -12145342 or 4369734. OLE color: 4369734.
HSL color Cylindrical-coordinate representation of color #46AD42: hue angle of 117.76º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46AD42 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 66 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.32 |
| HSL | 117.76º | 0.45% | 0.47% | - |
| HSV(B) | 117.76º | 0.62% | 0.68% | - |
| XYZ | 18.45 | 31.58 | 10.28 | - |
| YUV | 130.01 | 91.88 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 66 | 0.60 | 0 | 0.62 | 0.32 | 117.76 | 0.45 | 0.47 |
| Hex | 46 | AD | 42 | 3C | 0 | 3E | 20 | 76 | 2D | 2F |
| Octal | 106 | 255 | 102 | 74 | 0 | 76 | 40 | 166 | 55 | 57 |
| Binary | 1000110 | 10101101 | 1000010 | 111100 | 0 | 111110 | 100000 | 1110110 | 101101 | 101111 |
Color Harmonies of #46AD42
Complementary color
Monochromatic Colors of #46AD42
Black with #46AD42
Text Example
Text Example
White with #46AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD42; }
p { color: rgb(70,173,66); }
H1.HeaderClassName
{
color: #46AD42;
}
.AnyTagClassName
{
color: #46AD42;
}
</style>
background-color css
<style>
a { background-color: #46AD42; }
a { background-color: rgb(70,173,66); }
div.DivClassName
{
background-color: #46AD42;
}
.BgClassName
{
background-color: #46AD42;
}
</style>
border-color css
<style>
span { border-color: #46AD42; }
span { border-color: rgb(70,173,66); }
td.TdClassName
{
border-color: #46AD42;
}
.TagClassName
{
border-color: #46AD42;
}
</style>