Shades of Fruit Salad #469444
Tints of Fruit Salad #469444
RGB
CMYK
RGB Variations
Color information
#469444 (or 0x469444) is known color: Fruit Salad. HEX triplet: 46, 94 and 44. RGB value is (70,148,68). Sum of RGB (Red+Green+Blue) = 70+148+68=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #469444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469444 is #B96BBB. Grayscale: #737373. Windows color (decimal): -12151740 or 4494406. OLE color: 4494406.
HSL color Cylindrical-coordinate representation of color #469444: hue angle of 118.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469444 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 68 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.42 |
| HSL | 118.5º | 0.37% | 0.42% | - |
| HSV(B) | 118.5º | 0.54% | 0.58% | - |
| XYZ | 14.16 | 22.9 | 9.14 | - |
| YUV | 115.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 68 | 0.53 | 0 | 0.54 | 0.42 | 118.5 | 0.37 | 0.42 |
| Hex | 46 | 94 | 44 | 35 | 0 | 36 | 2A | 76 | 25 | 2A |
| Octal | 106 | 224 | 104 | 65 | 0 | 66 | 52 | 166 | 45 | 52 |
| Binary | 1000110 | 10010100 | 1000100 | 110101 | 0 | 110110 | 101010 | 1110110 | 100101 | 101010 |
Color Harmonies of #469444
Complementary color
Monochromatic Colors of #469444
Black with #469444
Text Example
Text Example
White with #469444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469444; }
p { color: rgb(70,148,68); }
H1.HeaderClassName
{
color: #469444;
}
.AnyTagClassName
{
color: #469444;
}
</style>
background-color css
<style>
a { background-color: #469444; }
a { background-color: rgb(70,148,68); }
div.DivClassName
{
background-color: #469444;
}
.BgClassName
{
background-color: #469444;
}
</style>
border-color css
<style>
span { border-color: #469444; }
span { border-color: rgb(70,148,68); }
td.TdClassName
{
border-color: #469444;
}
.TagClassName
{
border-color: #469444;
}
</style>