Shades of Fruit Salad #44A043
Tints of Fruit Salad #44A043
RGB
CMYK
RGB Variations
Color information
#44A043 (or 0x44A043) is known color: Fruit Salad. HEX triplet: 44, A0 and 43. RGB value is (68,160,67). Sum of RGB (Red+Green+Blue) = 68+160+67=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #44A043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A043 is #BB5FBC. Grayscale: #7A7A7A. Windows color (decimal): -12279741 or 4431940. OLE color: 4431940.
HSL color Cylindrical-coordinate representation of color #44A043: hue angle of 119.35º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A043 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 67 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.37 |
| HSL | 119.35º | 0.41% | 0.45% | - |
| HSV(B) | 119.35º | 0.58% | 0.63% | - |
| XYZ | 15.97 | 26.78 | 9.64 | - |
| YUV | 121.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 67 | 0.57 | 0 | 0.58 | 0.37 | 119.35 | 0.41 | 0.45 |
| Hex | 44 | A0 | 43 | 39 | 0 | 3A | 25 | 77 | 29 | 2D |
| Octal | 104 | 240 | 103 | 71 | 0 | 72 | 45 | 167 | 51 | 55 |
| Binary | 1000100 | 10100000 | 1000011 | 111001 | 0 | 111010 | 100101 | 1110111 | 101001 | 101101 |
Color Harmonies of #44A043
Complementary color
Monochromatic Colors of #44A043
Black with #44A043
Text Example
Text Example
White with #44A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A043; }
p { color: rgb(68,160,67); }
H1.HeaderClassName
{
color: #44A043;
}
.AnyTagClassName
{
color: #44A043;
}
</style>
background-color css
<style>
a { background-color: #44A043; }
a { background-color: rgb(68,160,67); }
div.DivClassName
{
background-color: #44A043;
}
.BgClassName
{
background-color: #44A043;
}
</style>
border-color css
<style>
span { border-color: #44A043; }
span { border-color: rgb(68,160,67); }
td.TdClassName
{
border-color: #44A043;
}
.TagClassName
{
border-color: #44A043;
}
</style>