Shades of Fruit Salad #449B50
Tints of Fruit Salad #449B50
RGB
CMYK
RGB Variations
Color information
#449B50 (or 0x449B50) is known color: Fruit Salad. HEX triplet: 44, 9B and 50. RGB value is (68,155,80). Sum of RGB (Red+Green+Blue) = 68+155+80=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #449B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B50 is #BB64AF. Grayscale: #787878. Windows color (decimal): -12281008 or 5282628. OLE color: 5282628.
HSL color Cylindrical-coordinate representation of color #449B50: hue angle of 128.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B50 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 80 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.39 |
| HSL | 128.28º | 0.39% | 0.44% | - |
| HSV(B) | 128.28º | 0.56% | 0.61% | - |
| XYZ | 15.55 | 25.25 | 11.64 | - |
| YUV | 120.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 80 | 0.56 | 0 | 0.48 | 0.39 | 128.28 | 0.39 | 0.44 |
| Hex | 44 | 9B | 50 | 38 | 0 | 30 | 27 | 80 | 27 | 2C |
| Octal | 104 | 233 | 120 | 70 | 0 | 60 | 47 | 200 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1010000 | 111000 | 0 | 110000 | 100111 | 10000000 | 100111 | 101100 |
Color Harmonies of #449B50
Complementary color
Monochromatic Colors of #449B50
Black with #449B50
Text Example
Text Example
White with #449B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B50; }
p { color: rgb(68,155,80); }
H1.HeaderClassName
{
color: #449B50;
}
.AnyTagClassName
{
color: #449B50;
}
</style>
background-color css
<style>
a { background-color: #449B50; }
a { background-color: rgb(68,155,80); }
div.DivClassName
{
background-color: #449B50;
}
.BgClassName
{
background-color: #449B50;
}
</style>
border-color css
<style>
span { border-color: #449B50; }
span { border-color: rgb(68,155,80); }
td.TdClassName
{
border-color: #449B50;
}
.TagClassName
{
border-color: #449B50;
}
</style>