Shades of Fruit Salad #449044
Tints of Fruit Salad #449044
RGB
CMYK
RGB Variations
Color information
#449044 (or 0x449044) is known color: Fruit Salad. HEX triplet: 44, 90 and 44. RGB value is (68,144,68). Sum of RGB (Red+Green+Blue) = 68+144+68=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #449044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449044 is #BB6FBB. Grayscale: #707070. Windows color (decimal): -12283836 or 4493380. OLE color: 4493380.
HSL color Cylindrical-coordinate representation of color #449044: hue angle of 120º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449044 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 68 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.44 |
| HSL | 120º | 0.36% | 0.42% | - |
| HSV(B) | 120º | 0.53% | 0.56% | - |
| XYZ | 13.4 | 21.59 | 8.93 | - |
| YUV | 112.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 68 | 0.53 | 0 | 0.53 | 0.44 | 120 | 0.36 | 0.42 |
| Hex | 44 | 90 | 44 | 35 | 0 | 35 | 2C | 78 | 24 | 2A |
| Octal | 104 | 220 | 104 | 65 | 0 | 65 | 54 | 170 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1000100 | 110101 | 0 | 110101 | 101100 | 1111000 | 100100 | 101010 |
Color Harmonies of #449044
Complementary color
Monochromatic Colors of #449044
Black with #449044
Text Example
Text Example
White with #449044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449044; }
p { color: rgb(68,144,68); }
H1.HeaderClassName
{
color: #449044;
}
.AnyTagClassName
{
color: #449044;
}
</style>
background-color css
<style>
a { background-color: #449044; }
a { background-color: rgb(68,144,68); }
div.DivClassName
{
background-color: #449044;
}
.BgClassName
{
background-color: #449044;
}
</style>
border-color css
<style>
span { border-color: #449044; }
span { border-color: rgb(68,144,68); }
td.TdClassName
{
border-color: #449044;
}
.TagClassName
{
border-color: #449044;
}
</style>