Shades of Fruit Salad #449A48
Tints of Fruit Salad #449A48
RGB
CMYK
RGB Variations
Color information
#449A48 (or 0x449A48) is known color: Fruit Salad. HEX triplet: 44, 9A and 48. RGB value is (68,154,72). Sum of RGB (Red+Green+Blue) = 68+154+72=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #449A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A48 is #BB65B7. Grayscale: #777777. Windows color (decimal): -12281272 or 4758084. OLE color: 4758084.
HSL color Cylindrical-coordinate representation of color #449A48: hue angle of 122.79º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A48 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 72 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.40 |
| HSL | 122.79º | 0.39% | 0.44% | - |
| HSV(B) | 122.79º | 0.56% | 0.6% | - |
| XYZ | 15.11 | 24.81 | 10.12 | - |
| YUV | 118.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 72 | 0.56 | 0 | 0.53 | 0.40 | 122.79 | 0.39 | 0.44 |
| Hex | 44 | 9A | 48 | 38 | 0 | 35 | 28 | 7B | 27 | 2C |
| Octal | 104 | 232 | 110 | 70 | 0 | 65 | 50 | 173 | 47 | 54 |
| Binary | 1000100 | 10011010 | 1001000 | 111000 | 0 | 110101 | 101000 | 1111011 | 100111 | 101100 |
Color Harmonies of #449A48
Complementary color
Monochromatic Colors of #449A48
Black with #449A48
Text Example
Text Example
White with #449A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A48; }
p { color: rgb(68,154,72); }
H1.HeaderClassName
{
color: #449A48;
}
.AnyTagClassName
{
color: #449A48;
}
</style>
background-color css
<style>
a { background-color: #449A48; }
a { background-color: rgb(68,154,72); }
div.DivClassName
{
background-color: #449A48;
}
.BgClassName
{
background-color: #449A48;
}
</style>
border-color css
<style>
span { border-color: #449A48; }
span { border-color: rgb(68,154,72); }
td.TdClassName
{
border-color: #449A48;
}
.TagClassName
{
border-color: #449A48;
}
</style>