Shades of Fruit Salad #448F46
Tints of Fruit Salad #448F46
RGB
CMYK
RGB Variations
Color information
#448F46 (or 0x448F46) is known color: Fruit Salad. HEX triplet: 44, 8F and 46. RGB value is (68,143,70). Sum of RGB (Red+Green+Blue) = 68+143+70=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #448F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F46 is #BB70B9. Grayscale: #707070. Windows color (decimal): -12284090 or 4624196. OLE color: 4624196.
HSL color Cylindrical-coordinate representation of color #448F46: hue angle of 121.6º 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 #448F46 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 70 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.44 |
| HSL | 121.6º | 0.36% | 0.41% | - |
| HSV(B) | 121.6º | 0.52% | 0.56% | - |
| XYZ | 13.31 | 21.32 | 9.21 | - |
| YUV | 112.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 70 | 0.52 | 0 | 0.51 | 0.44 | 121.6 | 0.36 | 0.41 |
| Hex | 44 | 8F | 46 | 34 | 0 | 33 | 2C | 7A | 24 | 29 |
| Octal | 104 | 217 | 106 | 64 | 0 | 63 | 54 | 172 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1000110 | 110100 | 0 | 110011 | 101100 | 1111010 | 100100 | 101001 |
Color Harmonies of #448F46
Complementary color
Monochromatic Colors of #448F46
Black with #448F46
Text Example
Text Example
White with #448F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F46; }
p { color: rgb(68,143,70); }
H1.HeaderClassName
{
color: #448F46;
}
.AnyTagClassName
{
color: #448F46;
}
</style>
background-color css
<style>
a { background-color: #448F46; }
a { background-color: rgb(68,143,70); }
div.DivClassName
{
background-color: #448F46;
}
.BgClassName
{
background-color: #448F46;
}
</style>
border-color css
<style>
span { border-color: #448F46; }
span { border-color: rgb(68,143,70); }
td.TdClassName
{
border-color: #448F46;
}
.TagClassName
{
border-color: #448F46;
}
</style>