Shades of Fruit Salad #449F47
Tints of Fruit Salad #449F47
RGB
CMYK
RGB Variations
Color information
#449F47 (or 0x449F47) is known color: Fruit Salad. HEX triplet: 44, 9F and 47. RGB value is (68,159,71). Sum of RGB (Red+Green+Blue) = 68+159+71=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #449F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F47 is #BB60B8. Grayscale: #7A7A7A. Windows color (decimal): -12279993 or 4693828. OLE color: 4693828.
HSL color Cylindrical-coordinate representation of color #449F47: hue angle of 121.98º 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 #449F47 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 71 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.38 |
| HSL | 121.98º | 0.4% | 0.45% | - |
| HSV(B) | 121.98º | 0.57% | 0.62% | - |
| XYZ | 15.92 | 26.48 | 10.23 | - |
| YUV | 121.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 71 | 0.57 | 0 | 0.55 | 0.38 | 121.98 | 0.4 | 0.45 |
| Hex | 44 | 9F | 47 | 39 | 0 | 37 | 26 | 7A | 28 | 2D |
| Octal | 104 | 237 | 107 | 71 | 0 | 67 | 46 | 172 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1000111 | 111001 | 0 | 110111 | 100110 | 1111010 | 101000 | 101101 |
Color Harmonies of #449F47
Complementary color
Monochromatic Colors of #449F47
Black with #449F47
Text Example
Text Example
White with #449F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F47; }
p { color: rgb(68,159,71); }
H1.HeaderClassName
{
color: #449F47;
}
.AnyTagClassName
{
color: #449F47;
}
</style>
background-color css
<style>
a { background-color: #449F47; }
a { background-color: rgb(68,159,71); }
div.DivClassName
{
background-color: #449F47;
}
.BgClassName
{
background-color: #449F47;
}
</style>
border-color css
<style>
span { border-color: #449F47; }
span { border-color: rgb(68,159,71); }
td.TdClassName
{
border-color: #449F47;
}
.TagClassName
{
border-color: #449F47;
}
</style>