Shades of Fruit Salad #44984D
Tints of Fruit Salad #44984D
RGB
CMYK
RGB Variations
Color information
#44984D (or 0x44984D) is known color: Fruit Salad. HEX triplet: 44, 98 and 4D. RGB value is (68,152,77). Sum of RGB (Red+Green+Blue) = 68+152+77=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #44984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44984D is #BB67B2. Grayscale: #767676. Windows color (decimal): -12281779 or 5085252. OLE color: 5085252.
HSL color Cylindrical-coordinate representation of color #44984D: hue angle of 126.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44984D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 77 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.40 |
| HSL | 126.43º | 0.38% | 0.43% | - |
| HSV(B) | 126.43º | 0.55% | 0.6% | - |
| XYZ | 14.95 | 24.22 | 10.91 | - |
| YUV | 118.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 77 | 0.55 | 0 | 0.49 | 0.40 | 126.43 | 0.38 | 0.43 |
| Hex | 44 | 98 | 4D | 37 | 0 | 31 | 28 | 7E | 26 | 2B |
| Octal | 104 | 230 | 115 | 67 | 0 | 61 | 50 | 176 | 46 | 53 |
| Binary | 1000100 | 10011000 | 1001101 | 110111 | 0 | 110001 | 101000 | 1111110 | 100110 | 101011 |
Color Harmonies of #44984D
Complementary color
Monochromatic Colors of #44984D
Black with #44984D
Text Example
Text Example
White with #44984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44984D; }
p { color: rgb(68,152,77); }
H1.HeaderClassName
{
color: #44984D;
}
.AnyTagClassName
{
color: #44984D;
}
</style>
background-color css
<style>
a { background-color: #44984D; }
a { background-color: rgb(68,152,77); }
div.DivClassName
{
background-color: #44984D;
}
.BgClassName
{
background-color: #44984D;
}
</style>
border-color css
<style>
span { border-color: #44984D; }
span { border-color: rgb(68,152,77); }
td.TdClassName
{
border-color: #44984D;
}
.TagClassName
{
border-color: #44984D;
}
</style>