Shades of Fruit Salad #469D49
Tints of Fruit Salad #469D49
RGB
CMYK
RGB Variations
Color information
#469D49 (or 0x469D49) is known color: Fruit Salad. HEX triplet: 46, 9D and 49. RGB value is (70,157,73). Sum of RGB (Red+Green+Blue) = 70+157+73=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #469D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D49 is #B962B6. Grayscale: #797979. Windows color (decimal): -12149431 or 4824390. OLE color: 4824390.
HSL color Cylindrical-coordinate representation of color #469D49: hue angle of 122.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D49 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 73 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.38 |
| HSL | 122.07º | 0.38% | 0.45% | - |
| HSV(B) | 122.07º | 0.55% | 0.62% | - |
| XYZ | 15.79 | 25.9 | 10.47 | - |
| YUV | 121.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 73 | 0.55 | 0 | 0.54 | 0.38 | 122.07 | 0.38 | 0.45 |
| Hex | 46 | 9D | 49 | 37 | 0 | 36 | 26 | 7A | 26 | 2D |
| Octal | 106 | 235 | 111 | 67 | 0 | 66 | 46 | 172 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1001001 | 110111 | 0 | 110110 | 100110 | 1111010 | 100110 | 101101 |
Color Harmonies of #469D49
Complementary color
Monochromatic Colors of #469D49
Black with #469D49
Text Example
Text Example
White with #469D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D49; }
p { color: rgb(70,157,73); }
H1.HeaderClassName
{
color: #469D49;
}
.AnyTagClassName
{
color: #469D49;
}
</style>
background-color css
<style>
a { background-color: #469D49; }
a { background-color: rgb(70,157,73); }
div.DivClassName
{
background-color: #469D49;
}
.BgClassName
{
background-color: #469D49;
}
</style>
border-color css
<style>
span { border-color: #469D49; }
span { border-color: rgb(70,157,73); }
td.TdClassName
{
border-color: #469D49;
}
.TagClassName
{
border-color: #469D49;
}
</style>