Shades of Fruit Salad #46AA38
Tints of Fruit Salad #46AA38
RGB
CMYK
RGB Variations
Color information
#46AA38 (or 0x46AA38) is known color: Fruit Salad. HEX triplet: 46, AA and 38. RGB value is (70,170,56). Sum of RGB (Red+Green+Blue) = 70+170+56=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AA38 is #B955C7. Grayscale: #7F7F7F. Windows color (decimal): -12146120 or 3713606. OLE color: 3713606.
HSL color Cylindrical-coordinate representation of color #46AA38: hue angle of 112.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46AA38 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 170 | 56 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.33 |
| HSL | 112.63º | 0.5% | 0.44% | - |
| HSV(B) | 112.63º | 0.67% | 0.67% | - |
| XYZ | 17.61 | 30.34 | 8.67 | - |
| YUV | 127.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 56 | 0.59 | 0 | 0.67 | 0.33 | 112.63 | 0.5 | 0.44 |
| Hex | 46 | AA | 38 | 3B | 0 | 43 | 21 | 71 | 32 | 2C |
| Octal | 106 | 252 | 70 | 73 | 0 | 103 | 41 | 161 | 62 | 54 |
| Binary | 1000110 | 10101010 | 111000 | 111011 | 0 | 1000011 | 100001 | 1110001 | 110010 | 101100 |
Color Harmonies of #46AA38
Complementary color
Monochromatic Colors of #46AA38
Black with #46AA38
Text Example
Text Example
White with #46AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AA38; }
p { color: rgb(70,170,56); }
H1.HeaderClassName
{
color: #46AA38;
}
.AnyTagClassName
{
color: #46AA38;
}
</style>
background-color css
<style>
a { background-color: #46AA38; }
a { background-color: rgb(70,170,56); }
div.DivClassName
{
background-color: #46AA38;
}
.BgClassName
{
background-color: #46AA38;
}
</style>
border-color css
<style>
span { border-color: #46AA38; }
span { border-color: rgb(70,170,56); }
td.TdClassName
{
border-color: #46AA38;
}
.TagClassName
{
border-color: #46AA38;
}
</style>