Shades of Fruit Salad #449E47
Tints of Fruit Salad #449E47
RGB
CMYK
RGB Variations
Color information
#449E47 (or 0x449E47) is known color: Fruit Salad. HEX triplet: 44, 9E and 47. RGB value is (68,158,71). Sum of RGB (Red+Green+Blue) = 68+158+71=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #449E47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E47 is #BB61B8. Grayscale: #797979. Windows color (decimal): -12280249 or 4693572. OLE color: 4693572.
HSL color Cylindrical-coordinate representation of color #449E47: hue angle of 122º 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 #449E47 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 71 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.38 |
| HSL | 122º | 0.4% | 0.44% | - |
| HSV(B) | 122º | 0.57% | 0.62% | - |
| XYZ | 15.75 | 26.14 | 10.18 | - |
| YUV | 121.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 71 | 0.57 | 0 | 0.55 | 0.38 | 122 | 0.4 | 0.44 |
| Hex | 44 | 9E | 47 | 39 | 0 | 37 | 26 | 7A | 28 | 2C |
| Octal | 104 | 236 | 107 | 71 | 0 | 67 | 46 | 172 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1000111 | 111001 | 0 | 110111 | 100110 | 1111010 | 101000 | 101100 |
Color Harmonies of #449E47
Complementary color
Monochromatic Colors of #449E47
Black with #449E47
Text Example
Text Example
White with #449E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E47; }
p { color: rgb(68,158,71); }
H1.HeaderClassName
{
color: #449E47;
}
.AnyTagClassName
{
color: #449E47;
}
</style>
background-color css
<style>
a { background-color: #449E47; }
a { background-color: rgb(68,158,71); }
div.DivClassName
{
background-color: #449E47;
}
.BgClassName
{
background-color: #449E47;
}
</style>
border-color css
<style>
span { border-color: #449E47; }
span { border-color: rgb(68,158,71); }
td.TdClassName
{
border-color: #449E47;
}
.TagClassName
{
border-color: #449E47;
}
</style>