Shades of Fruit Salad #44A149
Tints of Fruit Salad #44A149
RGB
CMYK
RGB Variations
Color information
#44A149 (or 0x44A149) is known color: Fruit Salad. HEX triplet: 44, A1 and 49. RGB value is (68,161,73). Sum of RGB (Red+Green+Blue) = 68+161+73=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #44A149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A149 is #BB5EB6. Grayscale: #7B7B7B. Windows color (decimal): -12279479 or 4825412. OLE color: 4825412.
HSL color Cylindrical-coordinate representation of color #44A149: hue angle of 123.23º 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 #44A149 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 161 | 73 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.37 |
| HSL | 123.23º | 0.41% | 0.45% | - |
| HSV(B) | 123.23º | 0.58% | 0.63% | - |
| XYZ | 16.33 | 27.2 | 10.69 | - |
| YUV | 123.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 73 | 0.58 | 0 | 0.55 | 0.37 | 123.23 | 0.41 | 0.45 |
| Hex | 44 | A1 | 49 | 3A | 0 | 37 | 25 | 7B | 29 | 2D |
| Octal | 104 | 241 | 111 | 72 | 0 | 67 | 45 | 173 | 51 | 55 |
| Binary | 1000100 | 10100001 | 1001001 | 111010 | 0 | 110111 | 100101 | 1111011 | 101001 | 101101 |
Color Harmonies of #44A149
Complementary color
Monochromatic Colors of #44A149
Black with #44A149
Text Example
Text Example
White with #44A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A149; }
p { color: rgb(68,161,73); }
H1.HeaderClassName
{
color: #44A149;
}
.AnyTagClassName
{
color: #44A149;
}
</style>
background-color css
<style>
a { background-color: #44A149; }
a { background-color: rgb(68,161,73); }
div.DivClassName
{
background-color: #44A149;
}
.BgClassName
{
background-color: #44A149;
}
</style>
border-color css
<style>
span { border-color: #44A149; }
span { border-color: rgb(68,161,73); }
td.TdClassName
{
border-color: #44A149;
}
.TagClassName
{
border-color: #44A149;
}
</style>