Shades of Fruit Salad #449648
Tints of Fruit Salad #449648
RGB
CMYK
RGB Variations
Color information
#449648 (or 0x449648) is known color: Fruit Salad. HEX triplet: 44, 96 and 48. RGB value is (68,150,72). Sum of RGB (Red+Green+Blue) = 68+150+72=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #449648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449648 is #BB69B7. Grayscale: #747474. Windows color (decimal): -12282296 or 4757060. OLE color: 4757060.
HSL color Cylindrical-coordinate representation of color #449648: hue angle of 122.93º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449648 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 150 | 72 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.41 |
| HSL | 122.93º | 0.38% | 0.43% | - |
| HSV(B) | 122.93º | 0.55% | 0.59% | - |
| XYZ | 14.46 | 23.51 | 9.91 | - |
| YUV | 116.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 72 | 0.55 | 0 | 0.52 | 0.41 | 122.93 | 0.38 | 0.43 |
| Hex | 44 | 96 | 48 | 37 | 0 | 34 | 29 | 7B | 26 | 2B |
| Octal | 104 | 226 | 110 | 67 | 0 | 64 | 51 | 173 | 46 | 53 |
| Binary | 1000100 | 10010110 | 1001000 | 110111 | 0 | 110100 | 101001 | 1111011 | 100110 | 101011 |
Color Harmonies of #449648
Complementary color
Monochromatic Colors of #449648
Black with #449648
Text Example
Text Example
White with #449648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449648; }
p { color: rgb(68,150,72); }
H1.HeaderClassName
{
color: #449648;
}
.AnyTagClassName
{
color: #449648;
}
</style>
background-color css
<style>
a { background-color: #449648; }
a { background-color: rgb(68,150,72); }
div.DivClassName
{
background-color: #449648;
}
.BgClassName
{
background-color: #449648;
}
</style>
border-color css
<style>
span { border-color: #449648; }
span { border-color: rgb(68,150,72); }
td.TdClassName
{
border-color: #449648;
}
.TagClassName
{
border-color: #449648;
}
</style>