Shades of Fruit Salad #44B34D
Tints of Fruit Salad #44B34D
RGB
CMYK
RGB Variations
Color information
#44B34D (or 0x44B34D) is known color: Fruit Salad. HEX triplet: 44, B3 and 4D. RGB value is (68,179,77). Sum of RGB (Red+Green+Blue) = 68+179+77=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #44B34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B34D is #BB4CB2. Grayscale: #868686. Windows color (decimal): -12274867 or 5092164. OLE color: 5092164.
HSL color Cylindrical-coordinate representation of color #44B34D: hue angle of 124.86º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B34D is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 179 | 77 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.30 |
| HSL | 124.86º | 0.45% | 0.48% | - |
| HSV(B) | 124.86º | 0.62% | 0.7% | - |
| XYZ | 19.84 | 34 | 12.54 | - |
| YUV | 134.18 | 95.73 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 179 | 77 | 0.62 | 0 | 0.57 | 0.30 | 124.86 | 0.45 | 0.48 |
| Hex | 44 | B3 | 4D | 3E | 0 | 39 | 1E | 7D | 2D | 30 |
| Octal | 104 | 263 | 115 | 76 | 0 | 71 | 36 | 175 | 55 | 60 |
| Binary | 1000100 | 10110011 | 1001101 | 111110 | 0 | 111001 | 11110 | 1111101 | 101101 | 110000 |
Color Harmonies of #44B34D
Complementary color
Monochromatic Colors of #44B34D
Black with #44B34D
Text Example
Text Example
White with #44B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B34D; }
p { color: rgb(68,179,77); }
H1.HeaderClassName
{
color: #44B34D;
}
.AnyTagClassName
{
color: #44B34D;
}
</style>
background-color css
<style>
a { background-color: #44B34D; }
a { background-color: rgb(68,179,77); }
div.DivClassName
{
background-color: #44B34D;
}
.BgClassName
{
background-color: #44B34D;
}
</style>
border-color css
<style>
span { border-color: #44B34D; }
span { border-color: rgb(68,179,77); }
td.TdClassName
{
border-color: #44B34D;
}
.TagClassName
{
border-color: #44B34D;
}
</style>