Shades of Fruit Salad #449947
Tints of Fruit Salad #449947
RGB
CMYK
RGB Variations
Color information
#449947 (or 0x449947) is known color: Fruit Salad. HEX triplet: 44, 99 and 47. RGB value is (68,153,71). Sum of RGB (Red+Green+Blue) = 68+153+71=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #449947 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449947 is #BB66B8. Grayscale: #767676. Windows color (decimal): -12281529 or 4692292. OLE color: 4692292.
HSL color Cylindrical-coordinate representation of color #449947: hue angle of 122.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449947 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 71 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.4 |
| HSL | 122.12º | 0.38% | 0.43% | - |
| HSV(B) | 122.12º | 0.56% | 0.6% | - |
| XYZ | 14.91 | 24.47 | 9.9 | - |
| YUV | 118.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 71 | 0.56 | 0 | 0.54 | 0.4 | 122.12 | 0.38 | 0.43 |
| Hex | 44 | 99 | 47 | 38 | 0 | 36 | 28 | 7A | 26 | 2B |
| Octal | 104 | 231 | 107 | 70 | 0 | 66 | 50 | 172 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1000111 | 111000 | 0 | 110110 | 101000 | 1111010 | 100110 | 101011 |
Color Harmonies of #449947
Complementary color
Monochromatic Colors of #449947
Black with #449947
Text Example
Text Example
White with #449947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449947; }
p { color: rgb(68,153,71); }
H1.HeaderClassName
{
color: #449947;
}
.AnyTagClassName
{
color: #449947;
}
</style>
background-color css
<style>
a { background-color: #449947; }
a { background-color: rgb(68,153,71); }
div.DivClassName
{
background-color: #449947;
}
.BgClassName
{
background-color: #449947;
}
</style>
border-color css
<style>
span { border-color: #449947; }
span { border-color: rgb(68,153,71); }
td.TdClassName
{
border-color: #449947;
}
.TagClassName
{
border-color: #449947;
}
</style>