Shades of Fruit Salad #449542
Tints of Fruit Salad #449542
RGB
CMYK
RGB Variations
Color information
#449542 (or 0x449542) is known color: Fruit Salad. HEX triplet: 44, 95 and 42. RGB value is (68,149,66). Sum of RGB (Red+Green+Blue) = 68+149+66=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #449542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449542 is #BB6ABD. Grayscale: #737373. Windows color (decimal): -12282558 or 4363588. OLE color: 4363588.
HSL color Cylindrical-coordinate representation of color #449542: hue angle of 118.55º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449542 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 66 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.42 |
| HSL | 118.55º | 0.39% | 0.42% | - |
| HSV(B) | 118.55º | 0.56% | 0.58% | - |
| XYZ | 14.11 | 23.12 | 8.87 | - |
| YUV | 115.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 66 | 0.54 | 0 | 0.56 | 0.42 | 118.55 | 0.39 | 0.42 |
| Hex | 44 | 95 | 42 | 36 | 0 | 38 | 2A | 77 | 27 | 2A |
| Octal | 104 | 225 | 102 | 66 | 0 | 70 | 52 | 167 | 47 | 52 |
| Binary | 1000100 | 10010101 | 1000010 | 110110 | 0 | 111000 | 101010 | 1110111 | 100111 | 101010 |
Color Harmonies of #449542
Complementary color
Monochromatic Colors of #449542
Black with #449542
Text Example
Text Example
White with #449542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449542; }
p { color: rgb(68,149,66); }
H1.HeaderClassName
{
color: #449542;
}
.AnyTagClassName
{
color: #449542;
}
</style>
background-color css
<style>
a { background-color: #449542; }
a { background-color: rgb(68,149,66); }
div.DivClassName
{
background-color: #449542;
}
.BgClassName
{
background-color: #449542;
}
</style>
border-color css
<style>
span { border-color: #449542; }
span { border-color: rgb(68,149,66); }
td.TdClassName
{
border-color: #449542;
}
.TagClassName
{
border-color: #449542;
}
</style>