Shades of Fruit Salad #448F41
Tints of Fruit Salad #448F41
RGB
CMYK
RGB Variations
Color information
#448F41 (or 0x448F41) is known color: Fruit Salad. HEX triplet: 44, 8F and 41. RGB value is (68,143,65). Sum of RGB (Red+Green+Blue) = 68+143+65=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #448F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F41 is #BB70BE. Grayscale: #6F6F6F. Windows color (decimal): -12284095 or 4296516. OLE color: 4296516.
HSL color Cylindrical-coordinate representation of color #448F41: hue angle of 117.69º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448F41 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 65 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.44 |
| HSL | 117.69º | 0.38% | 0.41% | - |
| HSV(B) | 117.69º | 0.55% | 0.56% | - |
| XYZ | 13.16 | 21.26 | 8.41 | - |
| YUV | 111.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 65 | 0.52 | 0 | 0.55 | 0.44 | 117.69 | 0.38 | 0.41 |
| Hex | 44 | 8F | 41 | 34 | 0 | 37 | 2C | 76 | 26 | 29 |
| Octal | 104 | 217 | 101 | 64 | 0 | 67 | 54 | 166 | 46 | 51 |
| Binary | 1000100 | 10001111 | 1000001 | 110100 | 0 | 110111 | 101100 | 1110110 | 100110 | 101001 |
Color Harmonies of #448F41
Complementary color
Monochromatic Colors of #448F41
Black with #448F41
Text Example
Text Example
White with #448F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F41; }
p { color: rgb(68,143,65); }
H1.HeaderClassName
{
color: #448F41;
}
.AnyTagClassName
{
color: #448F41;
}
</style>
background-color css
<style>
a { background-color: #448F41; }
a { background-color: rgb(68,143,65); }
div.DivClassName
{
background-color: #448F41;
}
.BgClassName
{
background-color: #448F41;
}
</style>
border-color css
<style>
span { border-color: #448F41; }
span { border-color: rgb(68,143,65); }
td.TdClassName
{
border-color: #448F41;
}
.TagClassName
{
border-color: #448F41;
}
</style>