Shades of Fruit Salad #449444
Tints of Fruit Salad #449444
RGB
CMYK
RGB Variations
Color information
#449444 (or 0x449444) is known color: Fruit Salad. HEX triplet: 44, 94 and 44. RGB value is (68,148,68). Sum of RGB (Red+Green+Blue) = 68+148+68=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #449444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449444 is #BB6BBB. Grayscale: #737373. Windows color (decimal): -12282812 or 4494404. OLE color: 4494404.
HSL color Cylindrical-coordinate representation of color #449444: hue angle of 120º 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 #449444 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 68 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.42 |
| HSL | 120º | 0.37% | 0.42% | - |
| HSV(B) | 120º | 0.54% | 0.58% | - |
| XYZ | 14.02 | 22.83 | 9.14 | - |
| YUV | 114.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 68 | 0.54 | 0 | 0.54 | 0.42 | 120 | 0.37 | 0.42 |
| Hex | 44 | 94 | 44 | 36 | 0 | 36 | 2A | 78 | 25 | 2A |
| Octal | 104 | 224 | 104 | 66 | 0 | 66 | 52 | 170 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1000100 | 110110 | 0 | 110110 | 101010 | 1111000 | 100101 | 101010 |
Color Harmonies of #449444
Complementary color
Monochromatic Colors of #449444
Black with #449444
Text Example
Text Example
White with #449444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449444; }
p { color: rgb(68,148,68); }
H1.HeaderClassName
{
color: #449444;
}
.AnyTagClassName
{
color: #449444;
}
</style>
background-color css
<style>
a { background-color: #449444; }
a { background-color: rgb(68,148,68); }
div.DivClassName
{
background-color: #449444;
}
.BgClassName
{
background-color: #449444;
}
</style>
border-color css
<style>
span { border-color: #449444; }
span { border-color: rgb(68,148,68); }
td.TdClassName
{
border-color: #449444;
}
.TagClassName
{
border-color: #449444;
}
</style>