Shades of Fruit Salad #469949
Tints of Fruit Salad #469949
RGB
CMYK
RGB Variations
Color information
#469949 (or 0x469949) is known color: Fruit Salad. HEX triplet: 46, 99 and 49. RGB value is (70,153,73). Sum of RGB (Red+Green+Blue) = 70+153+73=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #469949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469949 is #B966B6. Grayscale: #777777. Windows color (decimal): -12150455 or 4823366. OLE color: 4823366.
HSL color Cylindrical-coordinate representation of color #469949: hue angle of 122.17º 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 #469949 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 73 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.4 |
| HSL | 122.17º | 0.37% | 0.44% | - |
| HSV(B) | 122.17º | 0.54% | 0.6% | - |
| XYZ | 15.12 | 24.57 | 10.25 | - |
| YUV | 119.06 | 102 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 73 | 0.54 | 0 | 0.52 | 0.4 | 122.17 | 0.37 | 0.44 |
| Hex | 46 | 99 | 49 | 36 | 0 | 34 | 28 | 7A | 25 | 2C |
| Octal | 106 | 231 | 111 | 66 | 0 | 64 | 50 | 172 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1001001 | 110110 | 0 | 110100 | 101000 | 1111010 | 100101 | 101100 |
Color Harmonies of #469949
Complementary color
Monochromatic Colors of #469949
Black with #469949
Text Example
Text Example
White with #469949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469949; }
p { color: rgb(70,153,73); }
H1.HeaderClassName
{
color: #469949;
}
.AnyTagClassName
{
color: #469949;
}
</style>
background-color css
<style>
a { background-color: #469949; }
a { background-color: rgb(70,153,73); }
div.DivClassName
{
background-color: #469949;
}
.BgClassName
{
background-color: #469949;
}
</style>
border-color css
<style>
span { border-color: #469949; }
span { border-color: rgb(70,153,73); }
td.TdClassName
{
border-color: #469949;
}
.TagClassName
{
border-color: #469949;
}
</style>