Shades of Fruit Salad #44AA55
Tints of Fruit Salad #44AA55
RGB
CMYK
RGB Variations
Color information
#44AA55 (or 0x44AA55) is known color: Fruit Salad. HEX triplet: 44, AA and 55. RGB value is (68,170,85). Sum of RGB (Red+Green+Blue) = 68+170+85=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA55 is #BB55AA. Grayscale: #828282. Windows color (decimal): -12277163 or 5614148. OLE color: 5614148.
HSL color Cylindrical-coordinate representation of color #44AA55: hue angle of 130º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA55 is Cyan = 0.6, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 85 | - |
| CMYK | 0.6 | 0 | 0.50 | 0.33 |
| HSL | 130º | 0.43% | 0.47% | - |
| HSV(B) | 130º | 0.6% | 0.67% | - |
| XYZ | 18.4 | 30.63 | 13.54 | - |
| YUV | 129.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 85 | 0.6 | 0 | 0.50 | 0.33 | 130 | 0.43 | 0.47 |
| Hex | 44 | AA | 55 | 3C | 0 | 32 | 21 | 82 | 2B | 2F |
| Octal | 104 | 252 | 125 | 74 | 0 | 62 | 41 | 202 | 53 | 57 |
| Binary | 1000100 | 10101010 | 1010101 | 111100 | 0 | 110010 | 100001 | 10000010 | 101011 | 101111 |
Color Harmonies of #44AA55
Complementary color
Monochromatic Colors of #44AA55
Black with #44AA55
Text Example
Text Example
White with #44AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA55; }
p { color: rgb(68,170,85); }
H1.HeaderClassName
{
color: #44AA55;
}
.AnyTagClassName
{
color: #44AA55;
}
</style>
background-color css
<style>
a { background-color: #44AA55; }
a { background-color: rgb(68,170,85); }
div.DivClassName
{
background-color: #44AA55;
}
.BgClassName
{
background-color: #44AA55;
}
</style>
border-color css
<style>
span { border-color: #44AA55; }
span { border-color: rgb(68,170,85); }
td.TdClassName
{
border-color: #44AA55;
}
.TagClassName
{
border-color: #44AA55;
}
</style>