Shades of Fruit Salad #44AA40
Tints of Fruit Salad #44AA40
RGB
CMYK
RGB Variations
Color information
#44AA40 (or 0x44AA40) is known color: Fruit Salad. HEX triplet: 44, AA and 40. RGB value is (68,170,64). Sum of RGB (Red+Green+Blue) = 68+170+64=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AA40 is #BB55BF. Grayscale: #7F7F7F. Windows color (decimal): -12277184 or 4237892. OLE color: 4237892.
HSL color Cylindrical-coordinate representation of color #44AA40: hue angle of 117.74º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44AA40 is Cyan = 0.6, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 64 | - |
| CMYK | 0.6 | 0 | 0.62 | 0.33 |
| HSL | 117.74º | 0.45% | 0.46% | - |
| HSV(B) | 117.74º | 0.62% | 0.67% | - |
| XYZ | 17.68 | 30.35 | 9.78 | - |
| YUV | 127.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 64 | 0.6 | 0 | 0.62 | 0.33 | 117.74 | 0.45 | 0.46 |
| Hex | 44 | AA | 40 | 3C | 0 | 3E | 21 | 76 | 2D | 2E |
| Octal | 104 | 252 | 100 | 74 | 0 | 76 | 41 | 166 | 55 | 56 |
| Binary | 1000100 | 10101010 | 1000000 | 111100 | 0 | 111110 | 100001 | 1110110 | 101101 | 101110 |
Color Harmonies of #44AA40
Complementary color
Monochromatic Colors of #44AA40
Black with #44AA40
Text Example
Text Example
White with #44AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA40; }
p { color: rgb(68,170,64); }
H1.HeaderClassName
{
color: #44AA40;
}
.AnyTagClassName
{
color: #44AA40;
}
</style>
background-color css
<style>
a { background-color: #44AA40; }
a { background-color: rgb(68,170,64); }
div.DivClassName
{
background-color: #44AA40;
}
.BgClassName
{
background-color: #44AA40;
}
</style>
border-color css
<style>
span { border-color: #44AA40; }
span { border-color: rgb(68,170,64); }
td.TdClassName
{
border-color: #44AA40;
}
.TagClassName
{
border-color: #44AA40;
}
</style>