Shades of Fruit Salad #44A146
Tints of Fruit Salad #44A146
RGB
CMYK
RGB Variations
Color information
#44A146 (or 0x44A146) is known color: Fruit Salad. HEX triplet: 44, A1 and 46. RGB value is (68,161,70). Sum of RGB (Red+Green+Blue) = 68+161+70=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #44A146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A146 is #BB5EB9. Grayscale: #7B7B7B. Windows color (decimal): -12279482 or 4628804. OLE color: 4628804.
HSL color Cylindrical-coordinate representation of color #44A146: hue angle of 121.29º 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 #44A146 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 161 | 70 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.37 |
| HSL | 121.29º | 0.41% | 0.45% | - |
| HSV(B) | 121.29º | 0.58% | 0.63% | - |
| XYZ | 16.23 | 27.16 | 10.18 | - |
| YUV | 122.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 70 | 0.58 | 0 | 0.57 | 0.37 | 121.29 | 0.41 | 0.45 |
| Hex | 44 | A1 | 46 | 3A | 0 | 39 | 25 | 79 | 29 | 2D |
| Octal | 104 | 241 | 106 | 72 | 0 | 71 | 45 | 171 | 51 | 55 |
| Binary | 1000100 | 10100001 | 1000110 | 111010 | 0 | 111001 | 100101 | 1111001 | 101001 | 101101 |
Color Harmonies of #44A146
Complementary color
Monochromatic Colors of #44A146
Black with #44A146
Text Example
Text Example
White with #44A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A146; }
p { color: rgb(68,161,70); }
H1.HeaderClassName
{
color: #44A146;
}
.AnyTagClassName
{
color: #44A146;
}
</style>
background-color css
<style>
a { background-color: #44A146; }
a { background-color: rgb(68,161,70); }
div.DivClassName
{
background-color: #44A146;
}
.BgClassName
{
background-color: #44A146;
}
</style>
border-color css
<style>
span { border-color: #44A146; }
span { border-color: rgb(68,161,70); }
td.TdClassName
{
border-color: #44A146;
}
.TagClassName
{
border-color: #44A146;
}
</style>