Shades of Fruit Salad #449F49
Tints of Fruit Salad #449F49
RGB
CMYK
RGB Variations
Color information
#449F49 (or 0x449F49) is known color: Fruit Salad. HEX triplet: 44, 9F and 49. RGB value is (68,159,73). Sum of RGB (Red+Green+Blue) = 68+159+73=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #449F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F49 is #BB60B6. Grayscale: #7A7A7A. Windows color (decimal): -12279991 or 4824900. OLE color: 4824900.
HSL color Cylindrical-coordinate representation of color #449F49: hue angle of 123.3º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F49 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 73 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.38 |
| HSL | 123.3º | 0.4% | 0.45% | - |
| HSV(B) | 123.3º | 0.57% | 0.62% | - |
| XYZ | 15.98 | 26.51 | 10.58 | - |
| YUV | 121.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 73 | 0.57 | 0 | 0.54 | 0.38 | 123.3 | 0.4 | 0.45 |
| Hex | 44 | 9F | 49 | 39 | 0 | 36 | 26 | 7B | 28 | 2D |
| Octal | 104 | 237 | 111 | 71 | 0 | 66 | 46 | 173 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1001001 | 111001 | 0 | 110110 | 100110 | 1111011 | 101000 | 101101 |
Color Harmonies of #449F49
Complementary color
Monochromatic Colors of #449F49
Black with #449F49
Text Example
Text Example
White with #449F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F49; }
p { color: rgb(68,159,73); }
H1.HeaderClassName
{
color: #449F49;
}
.AnyTagClassName
{
color: #449F49;
}
</style>
background-color css
<style>
a { background-color: #449F49; }
a { background-color: rgb(68,159,73); }
div.DivClassName
{
background-color: #449F49;
}
.BgClassName
{
background-color: #449F49;
}
</style>
border-color css
<style>
span { border-color: #449F49; }
span { border-color: rgb(68,159,73); }
td.TdClassName
{
border-color: #449F49;
}
.TagClassName
{
border-color: #449F49;
}
</style>