Shades of Fruit Salad #44914C
Tints of Fruit Salad #44914C
RGB
CMYK
RGB Variations
Color information
#44914C (or 0x44914C) is known color: Fruit Salad. HEX triplet: 44, 91 and 4C. RGB value is (68,145,76). Sum of RGB (Red+Green+Blue) = 68+145+76=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #44914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44914C is #BB6EB3. Grayscale: #727272. Windows color (decimal): -12283572 or 5017924. OLE color: 5017924.
HSL color Cylindrical-coordinate representation of color #44914C: hue angle of 126.23º 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 #44914C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 76 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.43 |
| HSL | 126.23º | 0.36% | 0.42% | - |
| HSV(B) | 126.23º | 0.53% | 0.57% | - |
| XYZ | 13.81 | 22 | 10.36 | - |
| YUV | 114.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 76 | 0.53 | 0 | 0.48 | 0.43 | 126.23 | 0.36 | 0.42 |
| Hex | 44 | 91 | 4C | 35 | 0 | 30 | 2B | 7E | 24 | 2A |
| Octal | 104 | 221 | 114 | 65 | 0 | 60 | 53 | 176 | 44 | 52 |
| Binary | 1000100 | 10010001 | 1001100 | 110101 | 0 | 110000 | 101011 | 1111110 | 100100 | 101010 |
Color Harmonies of #44914C
Complementary color
Monochromatic Colors of #44914C
Black with #44914C
Text Example
Text Example
White with #44914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44914C; }
p { color: rgb(68,145,76); }
H1.HeaderClassName
{
color: #44914C;
}
.AnyTagClassName
{
color: #44914C;
}
</style>
background-color css
<style>
a { background-color: #44914C; }
a { background-color: rgb(68,145,76); }
div.DivClassName
{
background-color: #44914C;
}
.BgClassName
{
background-color: #44914C;
}
</style>
border-color css
<style>
span { border-color: #44914C; }
span { border-color: rgb(68,145,76); }
td.TdClassName
{
border-color: #44914C;
}
.TagClassName
{
border-color: #44914C;
}
</style>