Shades of Fruit Salad #448F49
Tints of Fruit Salad #448F49
RGB
CMYK
RGB Variations
Color information
#448F49 (or 0x448F49) is known color: Fruit Salad. HEX triplet: 44, 8F and 49. RGB value is (68,143,73). Sum of RGB (Red+Green+Blue) = 68+143+73=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #448F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F49 is #BB70B6. Grayscale: #707070. Windows color (decimal): -12284087 or 4820804. OLE color: 4820804.
HSL color Cylindrical-coordinate representation of color #448F49: hue angle of 124º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F49 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 73 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.44 |
| HSL | 124º | 0.36% | 0.41% | - |
| HSV(B) | 124º | 0.52% | 0.56% | - |
| XYZ | 13.41 | 21.35 | 9.72 | - |
| YUV | 112.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 73 | 0.52 | 0 | 0.49 | 0.44 | 124 | 0.36 | 0.41 |
| Hex | 44 | 8F | 49 | 34 | 0 | 31 | 2C | 7C | 24 | 29 |
| Octal | 104 | 217 | 111 | 64 | 0 | 61 | 54 | 174 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1001001 | 110100 | 0 | 110001 | 101100 | 1111100 | 100100 | 101001 |
Color Harmonies of #448F49
Complementary color
Monochromatic Colors of #448F49
Black with #448F49
Text Example
Text Example
White with #448F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F49; }
p { color: rgb(68,143,73); }
H1.HeaderClassName
{
color: #448F49;
}
.AnyTagClassName
{
color: #448F49;
}
</style>
background-color css
<style>
a { background-color: #448F49; }
a { background-color: rgb(68,143,73); }
div.DivClassName
{
background-color: #448F49;
}
.BgClassName
{
background-color: #448F49;
}
</style>
border-color css
<style>
span { border-color: #448F49; }
span { border-color: rgb(68,143,73); }
td.TdClassName
{
border-color: #448F49;
}
.TagClassName
{
border-color: #448F49;
}
</style>