Shades of Fruit Salad #44914D
Tints of Fruit Salad #44914D
RGB
CMYK
RGB Variations
Color information
#44914D (or 0x44914D) is known color: Fruit Salad. HEX triplet: 44, 91 and 4D. RGB value is (68,145,77). Sum of RGB (Red+Green+Blue) = 68+145+77=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #44914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44914D is #BB6EB2. Grayscale: #727272. Windows color (decimal): -12283571 or 5083460. OLE color: 5083460.
HSL color Cylindrical-coordinate representation of color #44914D: hue angle of 127.01º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44914D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 77 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.43 |
| HSL | 127.01º | 0.36% | 0.42% | - |
| HSV(B) | 127.01º | 0.53% | 0.57% | - |
| XYZ | 13.85 | 22.02 | 10.54 | - |
| YUV | 114.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 77 | 0.53 | 0 | 0.47 | 0.43 | 127.01 | 0.36 | 0.42 |
| Hex | 44 | 91 | 4D | 35 | 0 | 2F | 2B | 7F | 24 | 2A |
| Octal | 104 | 221 | 115 | 65 | 0 | 57 | 53 | 177 | 44 | 52 |
| Binary | 1000100 | 10010001 | 1001101 | 110101 | 0 | 101111 | 101011 | 1111111 | 100100 | 101010 |
Color Harmonies of #44914D
Complementary color
Monochromatic Colors of #44914D
Black with #44914D
Text Example
Text Example
White with #44914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44914D; }
p { color: rgb(68,145,77); }
H1.HeaderClassName
{
color: #44914D;
}
.AnyTagClassName
{
color: #44914D;
}
</style>
background-color css
<style>
a { background-color: #44914D; }
a { background-color: rgb(68,145,77); }
div.DivClassName
{
background-color: #44914D;
}
.BgClassName
{
background-color: #44914D;
}
</style>
border-color css
<style>
span { border-color: #44914D; }
span { border-color: rgb(68,145,77); }
td.TdClassName
{
border-color: #44914D;
}
.TagClassName
{
border-color: #44914D;
}
</style>