Shades of Fruit Salad #449D50
Tints of Fruit Salad #449D50
RGB
CMYK
RGB Variations
Color information
#449D50 (or 0x449D50) is known color: Fruit Salad. HEX triplet: 44, 9D and 50. RGB value is (68,157,80). Sum of RGB (Red+Green+Blue) = 68+157+80=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #449D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D50 is #BB62AF. Grayscale: #797979. Windows color (decimal): -12280496 or 5283140. OLE color: 5283140.
HSL color Cylindrical-coordinate representation of color #449D50: hue angle of 128.09º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D50 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 80 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.38 |
| HSL | 128.09º | 0.4% | 0.44% | - |
| HSV(B) | 128.09º | 0.57% | 0.62% | - |
| XYZ | 15.89 | 25.92 | 11.76 | - |
| YUV | 121.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 80 | 0.57 | 0 | 0.49 | 0.38 | 128.09 | 0.4 | 0.44 |
| Hex | 44 | 9D | 50 | 39 | 0 | 31 | 26 | 80 | 28 | 2C |
| Octal | 104 | 235 | 120 | 71 | 0 | 61 | 46 | 200 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1010000 | 111001 | 0 | 110001 | 100110 | 10000000 | 101000 | 101100 |
Color Harmonies of #449D50
Complementary color
Monochromatic Colors of #449D50
Black with #449D50
Text Example
Text Example
White with #449D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D50; }
p { color: rgb(68,157,80); }
H1.HeaderClassName
{
color: #449D50;
}
.AnyTagClassName
{
color: #449D50;
}
</style>
background-color css
<style>
a { background-color: #449D50; }
a { background-color: rgb(68,157,80); }
div.DivClassName
{
background-color: #449D50;
}
.BgClassName
{
background-color: #449D50;
}
</style>
border-color css
<style>
span { border-color: #449D50; }
span { border-color: rgb(68,157,80); }
td.TdClassName
{
border-color: #449D50;
}
.TagClassName
{
border-color: #449D50;
}
</style>