Shades of Fruit Salad #44B949
Tints of Fruit Salad #44B949
RGB
CMYK
RGB Variations
Color information
#44B949 (or 0x44B949) is known color: Fruit Salad. HEX triplet: 44, B9 and 49. RGB value is (68,185,73). Sum of RGB (Red+Green+Blue) = 68+185+73=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #44B949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B949 is #BB46B6. Grayscale: #898989. Windows color (decimal): -12273335 or 4831556. OLE color: 4831556.
HSL color Cylindrical-coordinate representation of color #44B949: hue angle of 122.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B949 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 185 | 73 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.27 |
| HSL | 122.56º | 0.46% | 0.5% | - |
| HSV(B) | 122.56º | 0.63% | 0.73% | - |
| XYZ | 20.94 | 36.41 | 12.23 | - |
| YUV | 137.25 | 91.74 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 185 | 73 | 0.63 | 0 | 0.61 | 0.27 | 122.56 | 0.46 | 0.5 |
| Hex | 44 | B9 | 49 | 3F | 0 | 3D | 1B | 7B | 2E | 32 |
| Octal | 104 | 271 | 111 | 77 | 0 | 75 | 33 | 173 | 56 | 62 |
| Binary | 1000100 | 10111001 | 1001001 | 111111 | 0 | 111101 | 11011 | 1111011 | 101110 | 110010 |
Color Harmonies of #44B949
Complementary color
Monochromatic Colors of #44B949
Black with #44B949
Text Example
Text Example
White with #44B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B949; }
p { color: rgb(68,185,73); }
H1.HeaderClassName
{
color: #44B949;
}
.AnyTagClassName
{
color: #44B949;
}
</style>
background-color css
<style>
a { background-color: #44B949; }
a { background-color: rgb(68,185,73); }
div.DivClassName
{
background-color: #44B949;
}
.BgClassName
{
background-color: #44B949;
}
</style>
border-color css
<style>
span { border-color: #44B949; }
span { border-color: rgb(68,185,73); }
td.TdClassName
{
border-color: #44B949;
}
.TagClassName
{
border-color: #44B949;
}
</style>