Shades of Fruit Salad #449D44
Tints of Fruit Salad #449D44
RGB
CMYK
RGB Variations
Color information
#449D44 (or 0x449D44) is known color: Fruit Salad. HEX triplet: 44, 9D and 44. RGB value is (68,157,68). Sum of RGB (Red+Green+Blue) = 68+157+68=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #449D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D44 is #BB62BB. Grayscale: #787878. Windows color (decimal): -12280508 or 4496708. OLE color: 4496708.
HSL color Cylindrical-coordinate representation of color #449D44: hue angle of 120º 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 #449D44 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 68 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.38 |
| HSL | 120º | 0.4% | 0.44% | - |
| HSV(B) | 120º | 0.57% | 0.62% | - |
| XYZ | 15.48 | 25.76 | 9.62 | - |
| YUV | 120.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 68 | 0.57 | 0 | 0.57 | 0.38 | 120 | 0.4 | 0.44 |
| Hex | 44 | 9D | 44 | 39 | 0 | 39 | 26 | 78 | 28 | 2C |
| Octal | 104 | 235 | 104 | 71 | 0 | 71 | 46 | 170 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1000100 | 111001 | 0 | 111001 | 100110 | 1111000 | 101000 | 101100 |
Color Harmonies of #449D44
Complementary color
Monochromatic Colors of #449D44
Black with #449D44
Text Example
Text Example
White with #449D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D44; }
p { color: rgb(68,157,68); }
H1.HeaderClassName
{
color: #449D44;
}
.AnyTagClassName
{
color: #449D44;
}
</style>
background-color css
<style>
a { background-color: #449D44; }
a { background-color: rgb(68,157,68); }
div.DivClassName
{
background-color: #449D44;
}
.BgClassName
{
background-color: #449D44;
}
</style>
border-color css
<style>
span { border-color: #449D44; }
span { border-color: rgb(68,157,68); }
td.TdClassName
{
border-color: #449D44;
}
.TagClassName
{
border-color: #449D44;
}
</style>