Shades of Fruit Salad #448F47
Tints of Fruit Salad #448F47
RGB
CMYK
RGB Variations
Color information
#448F47 (or 0x448F47) is known color: Fruit Salad. HEX triplet: 44, 8F and 47. RGB value is (68,143,71). Sum of RGB (Red+Green+Blue) = 68+143+71=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #448F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F47 is #BB70B8. Grayscale: #707070. Windows color (decimal): -12284089 or 4689732. OLE color: 4689732.
HSL color Cylindrical-coordinate representation of color #448F47: hue angle of 122.4º 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 #448F47 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 71 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.44 |
| HSL | 122.4º | 0.36% | 0.41% | - |
| HSV(B) | 122.4º | 0.52% | 0.56% | - |
| XYZ | 13.34 | 21.33 | 9.37 | - |
| YUV | 112.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 71 | 0.52 | 0 | 0.50 | 0.44 | 122.4 | 0.36 | 0.41 |
| Hex | 44 | 8F | 47 | 34 | 0 | 32 | 2C | 7A | 24 | 29 |
| Octal | 104 | 217 | 107 | 64 | 0 | 62 | 54 | 172 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1000111 | 110100 | 0 | 110010 | 101100 | 1111010 | 100100 | 101001 |
Color Harmonies of #448F47
Complementary color
Monochromatic Colors of #448F47
Black with #448F47
Text Example
Text Example
White with #448F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F47; }
p { color: rgb(68,143,71); }
H1.HeaderClassName
{
color: #448F47;
}
.AnyTagClassName
{
color: #448F47;
}
</style>
background-color css
<style>
a { background-color: #448F47; }
a { background-color: rgb(68,143,71); }
div.DivClassName
{
background-color: #448F47;
}
.BgClassName
{
background-color: #448F47;
}
</style>
border-color css
<style>
span { border-color: #448F47; }
span { border-color: rgb(68,143,71); }
td.TdClassName
{
border-color: #448F47;
}
.TagClassName
{
border-color: #448F47;
}
</style>