Shades of Fruit Salad #44904E
Tints of Fruit Salad #44904E
RGB
CMYK
RGB Variations
Color information
#44904E (or 0x44904E) is known color: Fruit Salad. HEX triplet: 44, 90 and 4E. RGB value is (68,144,78). Sum of RGB (Red+Green+Blue) = 68+144+78=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #44904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44904E is #BB6FB1. Grayscale: #717171. Windows color (decimal): -12283826 or 5148740. OLE color: 5148740.
HSL color Cylindrical-coordinate representation of color #44904E: hue angle of 127.89º 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 #44904E is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 78 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.44 |
| HSL | 127.89º | 0.36% | 0.42% | - |
| HSV(B) | 127.89º | 0.53% | 0.56% | - |
| XYZ | 13.73 | 21.73 | 10.68 | - |
| YUV | 113.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 78 | 0.53 | 0 | 0.46 | 0.44 | 127.89 | 0.36 | 0.42 |
| Hex | 44 | 90 | 4E | 35 | 0 | 2E | 2C | 80 | 24 | 2A |
| Octal | 104 | 220 | 116 | 65 | 0 | 56 | 54 | 200 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1001110 | 110101 | 0 | 101110 | 101100 | 10000000 | 100100 | 101010 |
Color Harmonies of #44904E
Complementary color
Monochromatic Colors of #44904E
Black with #44904E
Text Example
Text Example
White with #44904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44904E; }
p { color: rgb(68,144,78); }
H1.HeaderClassName
{
color: #44904E;
}
.AnyTagClassName
{
color: #44904E;
}
</style>
background-color css
<style>
a { background-color: #44904E; }
a { background-color: rgb(68,144,78); }
div.DivClassName
{
background-color: #44904E;
}
.BgClassName
{
background-color: #44904E;
}
</style>
border-color css
<style>
span { border-color: #44904E; }
span { border-color: rgb(68,144,78); }
td.TdClassName
{
border-color: #44904E;
}
.TagClassName
{
border-color: #44904E;
}
</style>