Shades of Fruit Salad #449F48
Tints of Fruit Salad #449F48
RGB
CMYK
RGB Variations
Color information
#449F48 (or 0x449F48) is known color: Fruit Salad. HEX triplet: 44, 9F and 48. RGB value is (68,159,72). Sum of RGB (Red+Green+Blue) = 68+159+72=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #449F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F48 is #BB60B7. Grayscale: #7A7A7A. Windows color (decimal): -12279992 or 4759364. OLE color: 4759364.
HSL color Cylindrical-coordinate representation of color #449F48: hue angle of 122.64º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F48 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 72 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.38 |
| HSL | 122.64º | 0.4% | 0.45% | - |
| HSV(B) | 122.64º | 0.57% | 0.62% | - |
| XYZ | 15.95 | 26.49 | 10.4 | - |
| YUV | 121.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 72 | 0.57 | 0 | 0.55 | 0.38 | 122.64 | 0.4 | 0.45 |
| Hex | 44 | 9F | 48 | 39 | 0 | 37 | 26 | 7B | 28 | 2D |
| Octal | 104 | 237 | 110 | 71 | 0 | 67 | 46 | 173 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1001000 | 111001 | 0 | 110111 | 100110 | 1111011 | 101000 | 101101 |
Color Harmonies of #449F48
Complementary color
Monochromatic Colors of #449F48
Black with #449F48
Text Example
Text Example
White with #449F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F48; }
p { color: rgb(68,159,72); }
H1.HeaderClassName
{
color: #449F48;
}
.AnyTagClassName
{
color: #449F48;
}
</style>
background-color css
<style>
a { background-color: #449F48; }
a { background-color: rgb(68,159,72); }
div.DivClassName
{
background-color: #449F48;
}
.BgClassName
{
background-color: #449F48;
}
</style>
border-color css
<style>
span { border-color: #449F48; }
span { border-color: rgb(68,159,72); }
td.TdClassName
{
border-color: #449F48;
}
.TagClassName
{
border-color: #449F48;
}
</style>