Shades of Fruit Salad #44B346
Tints of Fruit Salad #44B346
RGB
CMYK
RGB Variations
Color information
#44B346 (or 0x44B346) is known color: Fruit Salad. HEX triplet: 44, B3 and 46. RGB value is (68,179,70). Sum of RGB (Red+Green+Blue) = 68+179+70=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #44B346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B346 is #BB4CB9. Grayscale: #858585. Windows color (decimal): -12274874 or 4633412. OLE color: 4633412.
HSL color Cylindrical-coordinate representation of color #44B346: hue angle of 121.08º 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 #44B346 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 179 | 70 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.30 |
| HSL | 121.08º | 0.45% | 0.48% | - |
| HSV(B) | 121.08º | 0.62% | 0.7% | - |
| XYZ | 19.61 | 33.91 | 11.31 | - |
| YUV | 133.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 179 | 70 | 0.62 | 0 | 0.61 | 0.30 | 121.08 | 0.45 | 0.48 |
| Hex | 44 | B3 | 46 | 3E | 0 | 3D | 1E | 79 | 2D | 30 |
| Octal | 104 | 263 | 106 | 76 | 0 | 75 | 36 | 171 | 55 | 60 |
| Binary | 1000100 | 10110011 | 1000110 | 111110 | 0 | 111101 | 11110 | 1111001 | 101101 | 110000 |
Color Harmonies of #44B346
Complementary color
Monochromatic Colors of #44B346
Black with #44B346
Text Example
Text Example
White with #44B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B346; }
p { color: rgb(68,179,70); }
H1.HeaderClassName
{
color: #44B346;
}
.AnyTagClassName
{
color: #44B346;
}
</style>
background-color css
<style>
a { background-color: #44B346; }
a { background-color: rgb(68,179,70); }
div.DivClassName
{
background-color: #44B346;
}
.BgClassName
{
background-color: #44B346;
}
</style>
border-color css
<style>
span { border-color: #44B346; }
span { border-color: rgb(68,179,70); }
td.TdClassName
{
border-color: #44B346;
}
.TagClassName
{
border-color: #44B346;
}
</style>