Shades of Fruit Salad #44A039
Tints of Fruit Salad #44A039
RGB
CMYK
RGB Variations
Color information
#44A039 (or 0x44A039) is known color: Fruit Salad. HEX triplet: 44, A0 and 39. RGB value is (68,160,57). Sum of RGB (Red+Green+Blue) = 68+160+57=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #44A039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A039 is #BB5FC6. Grayscale: #797979. Windows color (decimal): -12279751 or 3776580. OLE color: 3776580.
HSL color Cylindrical-coordinate representation of color #44A039: hue angle of 113.59º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44A039 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 57 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.37 |
| HSL | 113.59º | 0.47% | 0.43% | - |
| HSV(B) | 113.59º | 0.64% | 0.63% | - |
| XYZ | 15.69 | 26.67 | 8.19 | - |
| YUV | 120.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 57 | 0.57 | 0 | 0.64 | 0.37 | 113.59 | 0.47 | 0.43 |
| Hex | 44 | A0 | 39 | 39 | 0 | 40 | 25 | 72 | 2F | 2B |
| Octal | 104 | 240 | 71 | 71 | 0 | 100 | 45 | 162 | 57 | 53 |
| Binary | 1000100 | 10100000 | 111001 | 111001 | 0 | 1000000 | 100101 | 1110010 | 101111 | 101011 |
Color Harmonies of #44A039
Complementary color
Monochromatic Colors of #44A039
Black with #44A039
Text Example
Text Example
White with #44A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A039; }
p { color: rgb(68,160,57); }
H1.HeaderClassName
{
color: #44A039;
}
.AnyTagClassName
{
color: #44A039;
}
</style>
background-color css
<style>
a { background-color: #44A039; }
a { background-color: rgb(68,160,57); }
div.DivClassName
{
background-color: #44A039;
}
.BgClassName
{
background-color: #44A039;
}
</style>
border-color css
<style>
span { border-color: #44A039; }
span { border-color: rgb(68,160,57); }
td.TdClassName
{
border-color: #44A039;
}
.TagClassName
{
border-color: #44A039;
}
</style>