Shades of Fruit Salad #46AA55
Tints of Fruit Salad #46AA55
RGB
CMYK
RGB Variations
Color information
#46AA55 (or 0x46AA55) is known color: Fruit Salad. HEX triplet: 46, AA and 55. RGB value is (70,170,85). Sum of RGB (Red+Green+Blue) = 70+170+85=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AA55 is #B955AA. Grayscale: #828282. Windows color (decimal): -12146091 or 5614150. OLE color: 5614150.
HSL color Cylindrical-coordinate representation of color #46AA55: hue angle of 129º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AA55 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 170 | 85 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.33 |
| HSL | 129º | 0.42% | 0.47% | - |
| HSV(B) | 129º | 0.59% | 0.67% | - |
| XYZ | 18.54 | 30.71 | 13.54 | - |
| YUV | 130.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 85 | 0.59 | 0 | 0.50 | 0.33 | 129 | 0.42 | 0.47 |
| Hex | 46 | AA | 55 | 3B | 0 | 32 | 21 | 81 | 2A | 2F |
| Octal | 106 | 252 | 125 | 73 | 0 | 62 | 41 | 201 | 52 | 57 |
| Binary | 1000110 | 10101010 | 1010101 | 111011 | 0 | 110010 | 100001 | 10000001 | 101010 | 101111 |
Color Harmonies of #46AA55
Complementary color
Monochromatic Colors of #46AA55
Black with #46AA55
Text Example
Text Example
White with #46AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AA55; }
p { color: rgb(70,170,85); }
H1.HeaderClassName
{
color: #46AA55;
}
.AnyTagClassName
{
color: #46AA55;
}
</style>
background-color css
<style>
a { background-color: #46AA55; }
a { background-color: rgb(70,170,85); }
div.DivClassName
{
background-color: #46AA55;
}
.BgClassName
{
background-color: #46AA55;
}
</style>
border-color css
<style>
span { border-color: #46AA55; }
span { border-color: rgb(70,170,85); }
td.TdClassName
{
border-color: #46AA55;
}
.TagClassName
{
border-color: #46AA55;
}
</style>