Shades of Fruit Salad #449143
Tints of Fruit Salad #449143
RGB
CMYK
RGB Variations
Color information
#449143 (or 0x449143) is known color: Fruit Salad. HEX triplet: 44, 91 and 43. RGB value is (68,145,67). Sum of RGB (Red+Green+Blue) = 68+145+67=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #449143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449143 is #BB6EBC. Grayscale: #717171. Windows color (decimal): -12283581 or 4428100. OLE color: 4428100.
HSL color Cylindrical-coordinate representation of color #449143: hue angle of 119.23º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449143 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 67 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.43 |
| HSL | 119.23º | 0.37% | 0.42% | - |
| HSV(B) | 119.23º | 0.54% | 0.57% | - |
| XYZ | 13.52 | 21.88 | 8.82 | - |
| YUV | 113.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 67 | 0.53 | 0 | 0.54 | 0.43 | 119.23 | 0.37 | 0.42 |
| Hex | 44 | 91 | 43 | 35 | 0 | 36 | 2B | 77 | 25 | 2A |
| Octal | 104 | 221 | 103 | 65 | 0 | 66 | 53 | 167 | 45 | 52 |
| Binary | 1000100 | 10010001 | 1000011 | 110101 | 0 | 110110 | 101011 | 1110111 | 100101 | 101010 |
Color Harmonies of #449143
Complementary color
Monochromatic Colors of #449143
Black with #449143
Text Example
Text Example
White with #449143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449143; }
p { color: rgb(68,145,67); }
H1.HeaderClassName
{
color: #449143;
}
.AnyTagClassName
{
color: #449143;
}
</style>
background-color css
<style>
a { background-color: #449143; }
a { background-color: rgb(68,145,67); }
div.DivClassName
{
background-color: #449143;
}
.BgClassName
{
background-color: #449143;
}
</style>
border-color css
<style>
span { border-color: #449143; }
span { border-color: rgb(68,145,67); }
td.TdClassName
{
border-color: #449143;
}
.TagClassName
{
border-color: #449143;
}
</style>