Shades of Fruit Salad #449949
Tints of Fruit Salad #449949
RGB
CMYK
RGB Variations
Color information
#449949 (or 0x449949) is known color: Fruit Salad. HEX triplet: 44, 99 and 49. RGB value is (68,153,73). Sum of RGB (Red+Green+Blue) = 68+153+73=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #449949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449949 is #BB66B6. Grayscale: #767676. Windows color (decimal): -12281527 or 4823364. OLE color: 4823364.
HSL color Cylindrical-coordinate representation of color #449949: hue angle of 123.53º 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 #449949 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 73 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.4 |
| HSL | 123.53º | 0.38% | 0.43% | - |
| HSV(B) | 123.53º | 0.56% | 0.6% | - |
| XYZ | 14.98 | 24.49 | 10.24 | - |
| YUV | 118.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 73 | 0.56 | 0 | 0.52 | 0.4 | 123.53 | 0.38 | 0.43 |
| Hex | 44 | 99 | 49 | 38 | 0 | 34 | 28 | 7C | 26 | 2B |
| Octal | 104 | 231 | 111 | 70 | 0 | 64 | 50 | 174 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1001001 | 111000 | 0 | 110100 | 101000 | 1111100 | 100110 | 101011 |
Color Harmonies of #449949
Complementary color
Monochromatic Colors of #449949
Black with #449949
Text Example
Text Example
White with #449949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449949; }
p { color: rgb(68,153,73); }
H1.HeaderClassName
{
color: #449949;
}
.AnyTagClassName
{
color: #449949;
}
</style>
background-color css
<style>
a { background-color: #449949; }
a { background-color: rgb(68,153,73); }
div.DivClassName
{
background-color: #449949;
}
.BgClassName
{
background-color: #449949;
}
</style>
border-color css
<style>
span { border-color: #449949; }
span { border-color: rgb(68,153,73); }
td.TdClassName
{
border-color: #449949;
}
.TagClassName
{
border-color: #449949;
}
</style>