Shades of Fruit Salad #449440
Tints of Fruit Salad #449440
RGB
CMYK
RGB Variations
Color information
#449440 (or 0x449440) is known color: Fruit Salad. HEX triplet: 44, 94 and 40. RGB value is (68,148,64). Sum of RGB (Red+Green+Blue) = 68+148+64=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #449440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449440 is #BB6BBF. Grayscale: #727272. Windows color (decimal): -12282816 or 4232260. OLE color: 4232260.
HSL color Cylindrical-coordinate representation of color #449440: hue angle of 117.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449440 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 64 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.42 |
| HSL | 117.14º | 0.4% | 0.42% | - |
| HSV(B) | 117.14º | 0.57% | 0.58% | - |
| XYZ | 13.9 | 22.78 | 8.51 | - |
| YUV | 114.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 64 | 0.54 | 0 | 0.57 | 0.42 | 117.14 | 0.4 | 0.42 |
| Hex | 44 | 94 | 40 | 36 | 0 | 39 | 2A | 75 | 28 | 2A |
| Octal | 104 | 224 | 100 | 66 | 0 | 71 | 52 | 165 | 50 | 52 |
| Binary | 1000100 | 10010100 | 1000000 | 110110 | 0 | 111001 | 101010 | 1110101 | 101000 | 101010 |
Color Harmonies of #449440
Complementary color
Monochromatic Colors of #449440
Black with #449440
Text Example
Text Example
White with #449440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449440; }
p { color: rgb(68,148,64); }
H1.HeaderClassName
{
color: #449440;
}
.AnyTagClassName
{
color: #449440;
}
</style>
background-color css
<style>
a { background-color: #449440; }
a { background-color: rgb(68,148,64); }
div.DivClassName
{
background-color: #449440;
}
.BgClassName
{
background-color: #449440;
}
</style>
border-color css
<style>
span { border-color: #449440; }
span { border-color: rgb(68,148,64); }
td.TdClassName
{
border-color: #449440;
}
.TagClassName
{
border-color: #449440;
}
</style>