Shades of Fruit Salad #44944B
Tints of Fruit Salad #44944B
RGB
CMYK
RGB Variations
Color information
#44944B (or 0x44944B) is known color: Fruit Salad. HEX triplet: 44, 94 and 4B. RGB value is (68,148,75). Sum of RGB (Red+Green+Blue) = 68+148+75=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #44944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44944B is #BB6BB4. Grayscale: #737373. Windows color (decimal): -12282805 or 4953156. OLE color: 4953156.
HSL color Cylindrical-coordinate representation of color #44944B: hue angle of 125.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44944B is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 75 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.42 |
| HSL | 125.25º | 0.37% | 0.42% | - |
| HSV(B) | 125.25º | 0.54% | 0.58% | - |
| XYZ | 14.24 | 22.92 | 10.33 | - |
| YUV | 115.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 75 | 0.54 | 0 | 0.49 | 0.42 | 125.25 | 0.37 | 0.42 |
| Hex | 44 | 94 | 4B | 36 | 0 | 31 | 2A | 7D | 25 | 2A |
| Octal | 104 | 224 | 113 | 66 | 0 | 61 | 52 | 175 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1001011 | 110110 | 0 | 110001 | 101010 | 1111101 | 100101 | 101010 |
Color Harmonies of #44944B
Complementary color
Monochromatic Colors of #44944B
Black with #44944B
Text Example
Text Example
White with #44944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44944B; }
p { color: rgb(68,148,75); }
H1.HeaderClassName
{
color: #44944B;
}
.AnyTagClassName
{
color: #44944B;
}
</style>
background-color css
<style>
a { background-color: #44944B; }
a { background-color: rgb(68,148,75); }
div.DivClassName
{
background-color: #44944B;
}
.BgClassName
{
background-color: #44944B;
}
</style>
border-color css
<style>
span { border-color: #44944B; }
span { border-color: rgb(68,148,75); }
td.TdClassName
{
border-color: #44944B;
}
.TagClassName
{
border-color: #44944B;
}
</style>