Shades of Fruit Salad #44B356
Tints of Fruit Salad #44B356
RGB
CMYK
RGB Variations
Color information
#44B356 (or 0x44B356) is known color: Fruit Salad. HEX triplet: 44, B3 and 56. RGB value is (68,179,86). Sum of RGB (Red+Green+Blue) = 68+179+86=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #44B356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B356 is #BB4CA9. Grayscale: #878787. Windows color (decimal): -12274858 or 5681988. OLE color: 5681988.
HSL color Cylindrical-coordinate representation of color #44B356: hue angle of 129.73º 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 #44B356 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 179 | 86 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.30 |
| HSL | 129.73º | 0.45% | 0.48% | - |
| HSV(B) | 129.73º | 0.62% | 0.7% | - |
| XYZ | 20.18 | 34.14 | 14.33 | - |
| YUV | 135.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 179 | 86 | 0.62 | 0 | 0.52 | 0.30 | 129.73 | 0.45 | 0.48 |
| Hex | 44 | B3 | 56 | 3E | 0 | 34 | 1E | 82 | 2D | 30 |
| Octal | 104 | 263 | 126 | 76 | 0 | 64 | 36 | 202 | 55 | 60 |
| Binary | 1000100 | 10110011 | 1010110 | 111110 | 0 | 110100 | 11110 | 10000010 | 101101 | 110000 |
Color Harmonies of #44B356
Complementary color
Monochromatic Colors of #44B356
Black with #44B356
Text Example
Text Example
White with #44B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B356; }
p { color: rgb(68,179,86); }
H1.HeaderClassName
{
color: #44B356;
}
.AnyTagClassName
{
color: #44B356;
}
</style>
background-color css
<style>
a { background-color: #44B356; }
a { background-color: rgb(68,179,86); }
div.DivClassName
{
background-color: #44B356;
}
.BgClassName
{
background-color: #44B356;
}
</style>
border-color css
<style>
span { border-color: #44B356; }
span { border-color: rgb(68,179,86); }
td.TdClassName
{
border-color: #44B356;
}
.TagClassName
{
border-color: #44B356;
}
</style>