Shades of Fruit Salad #44A04B
Tints of Fruit Salad #44A04B
RGB
CMYK
RGB Variations
Color information
#44A04B (or 0x44A04B) is known color: Fruit Salad. HEX triplet: 44, A0 and 4B. RGB value is (68,160,75). Sum of RGB (Red+Green+Blue) = 68+160+75=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #44A04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A04B is #BB5FB4. Grayscale: #7B7B7B. Windows color (decimal): -12279733 or 4956228. OLE color: 4956228.
HSL color Cylindrical-coordinate representation of color #44A04B: hue angle of 124.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A04B is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 75 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.37 |
| HSL | 124.57º | 0.4% | 0.45% | - |
| HSV(B) | 124.57º | 0.58% | 0.63% | - |
| XYZ | 16.22 | 26.88 | 10.99 | - |
| YUV | 122.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 75 | 0.57 | 0 | 0.53 | 0.37 | 124.57 | 0.4 | 0.45 |
| Hex | 44 | A0 | 4B | 39 | 0 | 35 | 25 | 7D | 28 | 2D |
| Octal | 104 | 240 | 113 | 71 | 0 | 65 | 45 | 175 | 50 | 55 |
| Binary | 1000100 | 10100000 | 1001011 | 111001 | 0 | 110101 | 100101 | 1111101 | 101000 | 101101 |
Color Harmonies of #44A04B
Complementary color
Monochromatic Colors of #44A04B
Black with #44A04B
Text Example
Text Example
White with #44A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A04B; }
p { color: rgb(68,160,75); }
H1.HeaderClassName
{
color: #44A04B;
}
.AnyTagClassName
{
color: #44A04B;
}
</style>
background-color css
<style>
a { background-color: #44A04B; }
a { background-color: rgb(68,160,75); }
div.DivClassName
{
background-color: #44A04B;
}
.BgClassName
{
background-color: #44A04B;
}
</style>
border-color css
<style>
span { border-color: #44A04B; }
span { border-color: rgb(68,160,75); }
td.TdClassName
{
border-color: #44A04B;
}
.TagClassName
{
border-color: #44A04B;
}
</style>