Shades of Fruit Salad #44994D
Tints of Fruit Salad #44994D
RGB
CMYK
RGB Variations
Color information
#44994D (or 0x44994D) is known color: Fruit Salad. HEX triplet: 44, 99 and 4D. RGB value is (68,153,77). Sum of RGB (Red+Green+Blue) = 68+153+77=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #44994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44994D is #BB66B2. Grayscale: #777777. Windows color (decimal): -12281523 or 5085508. OLE color: 5085508.
HSL color Cylindrical-coordinate representation of color #44994D: hue angle of 126.35º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44994D is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 77 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.4 |
| HSL | 126.35º | 0.38% | 0.43% | - |
| HSV(B) | 126.35º | 0.56% | 0.6% | - |
| XYZ | 15.11 | 24.55 | 10.96 | - |
| YUV | 118.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 77 | 0.56 | 0 | 0.50 | 0.4 | 126.35 | 0.38 | 0.43 |
| Hex | 44 | 99 | 4D | 38 | 0 | 32 | 28 | 7E | 26 | 2B |
| Octal | 104 | 231 | 115 | 70 | 0 | 62 | 50 | 176 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1001101 | 111000 | 0 | 110010 | 101000 | 1111110 | 100110 | 101011 |
Color Harmonies of #44994D
Complementary color
Monochromatic Colors of #44994D
Black with #44994D
Text Example
Text Example
White with #44994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44994D; }
p { color: rgb(68,153,77); }
H1.HeaderClassName
{
color: #44994D;
}
.AnyTagClassName
{
color: #44994D;
}
</style>
background-color css
<style>
a { background-color: #44994D; }
a { background-color: rgb(68,153,77); }
div.DivClassName
{
background-color: #44994D;
}
.BgClassName
{
background-color: #44994D;
}
</style>
border-color css
<style>
span { border-color: #44994D; }
span { border-color: rgb(68,153,77); }
td.TdClassName
{
border-color: #44994D;
}
.TagClassName
{
border-color: #44994D;
}
</style>