Shades of Fruit Salad #449B48
Tints of Fruit Salad #449B48
RGB
CMYK
RGB Variations
Color information
#449B48 (or 0x449B48) is known color: Fruit Salad. HEX triplet: 44, 9B and 48. RGB value is (68,155,72). Sum of RGB (Red+Green+Blue) = 68+155+72=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #449B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B48 is #BB64B7. Grayscale: #777777. Windows color (decimal): -12281016 or 4758340. OLE color: 4758340.
HSL color Cylindrical-coordinate representation of color #449B48: hue angle of 122.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B48 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 72 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.39 |
| HSL | 122.76º | 0.39% | 0.44% | - |
| HSV(B) | 122.76º | 0.56% | 0.61% | - |
| XYZ | 15.27 | 25.14 | 10.18 | - |
| YUV | 119.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 72 | 0.56 | 0 | 0.54 | 0.39 | 122.76 | 0.39 | 0.44 |
| Hex | 44 | 9B | 48 | 38 | 0 | 36 | 27 | 7B | 27 | 2C |
| Octal | 104 | 233 | 110 | 70 | 0 | 66 | 47 | 173 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1001000 | 111000 | 0 | 110110 | 100111 | 1111011 | 100111 | 101100 |
Color Harmonies of #449B48
Complementary color
Monochromatic Colors of #449B48
Black with #449B48
Text Example
Text Example
White with #449B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B48; }
p { color: rgb(68,155,72); }
H1.HeaderClassName
{
color: #449B48;
}
.AnyTagClassName
{
color: #449B48;
}
</style>
background-color css
<style>
a { background-color: #449B48; }
a { background-color: rgb(68,155,72); }
div.DivClassName
{
background-color: #449B48;
}
.BgClassName
{
background-color: #449B48;
}
</style>
border-color css
<style>
span { border-color: #449B48; }
span { border-color: rgb(68,155,72); }
td.TdClassName
{
border-color: #449B48;
}
.TagClassName
{
border-color: #449B48;
}
</style>