Shades of Fruit Salad #449945
Tints of Fruit Salad #449945
RGB
CMYK
RGB Variations
Color information
#449945 (or 0x449945) is known color: Fruit Salad. HEX triplet: 44, 99 and 45. RGB value is (68,153,69). Sum of RGB (Red+Green+Blue) = 68+153+69=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #449945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449945 is #BB66BA. Grayscale: #767676. Windows color (decimal): -12281531 or 4561220. OLE color: 4561220.
HSL color Cylindrical-coordinate representation of color #449945: hue angle of 120.71º 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 #449945 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 69 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.4 |
| HSL | 120.71º | 0.38% | 0.43% | - |
| HSV(B) | 120.71º | 0.56% | 0.6% | - |
| XYZ | 14.85 | 24.44 | 9.57 | - |
| YUV | 118.01 | 100.34 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 69 | 0.56 | 0 | 0.55 | 0.4 | 120.71 | 0.38 | 0.43 |
| Hex | 44 | 99 | 45 | 38 | 0 | 37 | 28 | 79 | 26 | 2B |
| Octal | 104 | 231 | 105 | 70 | 0 | 67 | 50 | 171 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1000101 | 111000 | 0 | 110111 | 101000 | 1111001 | 100110 | 101011 |
Color Harmonies of #449945
Complementary color
Monochromatic Colors of #449945
Black with #449945
Text Example
Text Example
White with #449945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449945; }
p { color: rgb(68,153,69); }
H1.HeaderClassName
{
color: #449945;
}
.AnyTagClassName
{
color: #449945;
}
</style>
background-color css
<style>
a { background-color: #449945; }
a { background-color: rgb(68,153,69); }
div.DivClassName
{
background-color: #449945;
}
.BgClassName
{
background-color: #449945;
}
</style>
border-color css
<style>
span { border-color: #449945; }
span { border-color: rgb(68,153,69); }
td.TdClassName
{
border-color: #449945;
}
.TagClassName
{
border-color: #449945;
}
</style>