Shades of Fruit Salad #449D46
Tints of Fruit Salad #449D46
RGB
CMYK
RGB Variations
Color information
#449D46 (or 0x449D46) is known color: Fruit Salad. HEX triplet: 44, 9D and 46. RGB value is (68,157,70). Sum of RGB (Red+Green+Blue) = 68+157+70=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #449D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D46 is #BB62B9. Grayscale: #787878. Windows color (decimal): -12280506 or 4627780. OLE color: 4627780.
HSL color Cylindrical-coordinate representation of color #449D46: hue angle of 121.35º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D46 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 70 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.38 |
| HSL | 121.35º | 0.4% | 0.44% | - |
| HSV(B) | 121.35º | 0.57% | 0.62% | - |
| XYZ | 15.55 | 25.79 | 9.95 | - |
| YUV | 120.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 70 | 0.57 | 0 | 0.55 | 0.38 | 121.35 | 0.4 | 0.44 |
| Hex | 44 | 9D | 46 | 39 | 0 | 37 | 26 | 79 | 28 | 2C |
| Octal | 104 | 235 | 106 | 71 | 0 | 67 | 46 | 171 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1000110 | 111001 | 0 | 110111 | 100110 | 1111001 | 101000 | 101100 |
Color Harmonies of #449D46
Complementary color
Monochromatic Colors of #449D46
Black with #449D46
Text Example
Text Example
White with #449D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D46; }
p { color: rgb(68,157,70); }
H1.HeaderClassName
{
color: #449D46;
}
.AnyTagClassName
{
color: #449D46;
}
</style>
background-color css
<style>
a { background-color: #449D46; }
a { background-color: rgb(68,157,70); }
div.DivClassName
{
background-color: #449D46;
}
.BgClassName
{
background-color: #449D46;
}
</style>
border-color css
<style>
span { border-color: #449D46; }
span { border-color: rgb(68,157,70); }
td.TdClassName
{
border-color: #449D46;
}
.TagClassName
{
border-color: #449D46;
}
</style>