Shades of Fruit Salad #46994A
Tints of Fruit Salad #46994A
RGB
CMYK
RGB Variations
Color information
#46994A (or 0x46994A) is known color: Fruit Salad. HEX triplet: 46, 99 and 4A. RGB value is (70,153,74). Sum of RGB (Red+Green+Blue) = 70+153+74=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #46994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46994A is #B966B5. Grayscale: #777777. Windows color (decimal): -12150454 or 4888902. OLE color: 4888902.
HSL color Cylindrical-coordinate representation of color #46994A: hue angle of 122.89º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46994A is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 74 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.4 |
| HSL | 122.89º | 0.37% | 0.44% | - |
| HSV(B) | 122.89º | 0.54% | 0.6% | - |
| XYZ | 15.15 | 24.58 | 10.42 | - |
| YUV | 119.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 74 | 0.54 | 0 | 0.52 | 0.4 | 122.89 | 0.37 | 0.44 |
| Hex | 46 | 99 | 4A | 36 | 0 | 34 | 28 | 7B | 25 | 2C |
| Octal | 106 | 231 | 112 | 66 | 0 | 64 | 50 | 173 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1001010 | 110110 | 0 | 110100 | 101000 | 1111011 | 100101 | 101100 |
Color Harmonies of #46994A
Complementary color
Monochromatic Colors of #46994A
Black with #46994A
Text Example
Text Example
White with #46994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46994A; }
p { color: rgb(70,153,74); }
H1.HeaderClassName
{
color: #46994A;
}
.AnyTagClassName
{
color: #46994A;
}
</style>
background-color css
<style>
a { background-color: #46994A; }
a { background-color: rgb(70,153,74); }
div.DivClassName
{
background-color: #46994A;
}
.BgClassName
{
background-color: #46994A;
}
</style>
border-color css
<style>
span { border-color: #46994A; }
span { border-color: rgb(70,153,74); }
td.TdClassName
{
border-color: #46994A;
}
.TagClassName
{
border-color: #46994A;
}
</style>