Shades of Fruit Salad #44A549
Tints of Fruit Salad #44A549
RGB
CMYK
RGB Variations
Color information
#44A549 (or 0x44A549) is known color: Fruit Salad. HEX triplet: 44, A5 and 49. RGB value is (68,165,73). Sum of RGB (Red+Green+Blue) = 68+165+73=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #44A549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A549 is #BB5AB6. Grayscale: #7D7D7D. Windows color (decimal): -12278455 or 4826436. OLE color: 4826436.
HSL color Cylindrical-coordinate representation of color #44A549: hue angle of 123.09º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A549 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 165 | 73 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.35 |
| HSL | 123.09º | 0.42% | 0.46% | - |
| HSV(B) | 123.09º | 0.59% | 0.65% | - |
| XYZ | 17.04 | 28.62 | 10.93 | - |
| YUV | 125.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 165 | 73 | 0.59 | 0 | 0.56 | 0.35 | 123.09 | 0.42 | 0.46 |
| Hex | 44 | A5 | 49 | 3B | 0 | 38 | 23 | 7B | 2A | 2E |
| Octal | 104 | 245 | 111 | 73 | 0 | 70 | 43 | 173 | 52 | 56 |
| Binary | 1000100 | 10100101 | 1001001 | 111011 | 0 | 111000 | 100011 | 1111011 | 101010 | 101110 |
Color Harmonies of #44A549
Complementary color
Monochromatic Colors of #44A549
Black with #44A549
Text Example
Text Example
White with #44A549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A549; }
p { color: rgb(68,165,73); }
H1.HeaderClassName
{
color: #44A549;
}
.AnyTagClassName
{
color: #44A549;
}
</style>
background-color css
<style>
a { background-color: #44A549; }
a { background-color: rgb(68,165,73); }
div.DivClassName
{
background-color: #44A549;
}
.BgClassName
{
background-color: #44A549;
}
</style>
border-color css
<style>
span { border-color: #44A549; }
span { border-color: rgb(68,165,73); }
td.TdClassName
{
border-color: #44A549;
}
.TagClassName
{
border-color: #44A549;
}
</style>