Shades of Fruit Salad #44A047
Tints of Fruit Salad #44A047
RGB
CMYK
RGB Variations
Color information
#44A047 (or 0x44A047) is known color: Fruit Salad. HEX triplet: 44, A0 and 47. RGB value is (68,160,71). Sum of RGB (Red+Green+Blue) = 68+160+71=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #44A047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A047 is #BB5FB8. Grayscale: #7A7A7A. Windows color (decimal): -12279737 or 4694084. OLE color: 4694084.
HSL color Cylindrical-coordinate representation of color #44A047: hue angle of 121.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A047 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 71 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.37 |
| HSL | 121.96º | 0.4% | 0.45% | - |
| HSV(B) | 121.96º | 0.58% | 0.63% | - |
| XYZ | 16.09 | 26.83 | 10.29 | - |
| YUV | 122.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 71 | 0.57 | 0 | 0.56 | 0.37 | 121.96 | 0.4 | 0.45 |
| Hex | 44 | A0 | 47 | 39 | 0 | 38 | 25 | 7A | 28 | 2D |
| Octal | 104 | 240 | 107 | 71 | 0 | 70 | 45 | 172 | 50 | 55 |
| Binary | 1000100 | 10100000 | 1000111 | 111001 | 0 | 111000 | 100101 | 1111010 | 101000 | 101101 |
Color Harmonies of #44A047
Complementary color
Monochromatic Colors of #44A047
Black with #44A047
Text Example
Text Example
White with #44A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A047; }
p { color: rgb(68,160,71); }
H1.HeaderClassName
{
color: #44A047;
}
.AnyTagClassName
{
color: #44A047;
}
</style>
background-color css
<style>
a { background-color: #44A047; }
a { background-color: rgb(68,160,71); }
div.DivClassName
{
background-color: #44A047;
}
.BgClassName
{
background-color: #44A047;
}
</style>
border-color css
<style>
span { border-color: #44A047; }
span { border-color: rgb(68,160,71); }
td.TdClassName
{
border-color: #44A047;
}
.TagClassName
{
border-color: #44A047;
}
</style>