Shades of Fruit Salad #449B47
Tints of Fruit Salad #449B47
RGB
CMYK
RGB Variations
Color information
#449B47 (or 0x449B47) is known color: Fruit Salad. HEX triplet: 44, 9B and 47. RGB value is (68,155,71). Sum of RGB (Red+Green+Blue) = 68+155+71=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #449B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B47 is #BB64B8. Grayscale: #777777. Windows color (decimal): -12281017 or 4692804. OLE color: 4692804.
HSL color Cylindrical-coordinate representation of color #449B47: hue angle of 122.07º 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 #449B47 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 71 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.39 |
| HSL | 122.07º | 0.39% | 0.44% | - |
| HSV(B) | 122.07º | 0.56% | 0.61% | - |
| XYZ | 15.24 | 25.13 | 10.01 | - |
| YUV | 119.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 71 | 0.56 | 0 | 0.54 | 0.39 | 122.07 | 0.39 | 0.44 |
| Hex | 44 | 9B | 47 | 38 | 0 | 36 | 27 | 7A | 27 | 2C |
| Octal | 104 | 233 | 107 | 70 | 0 | 66 | 47 | 172 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1000111 | 111000 | 0 | 110110 | 100111 | 1111010 | 100111 | 101100 |
Color Harmonies of #449B47
Complementary color
Monochromatic Colors of #449B47
Black with #449B47
Text Example
Text Example
White with #449B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B47; }
p { color: rgb(68,155,71); }
H1.HeaderClassName
{
color: #449B47;
}
.AnyTagClassName
{
color: #449B47;
}
</style>
background-color css
<style>
a { background-color: #449B47; }
a { background-color: rgb(68,155,71); }
div.DivClassName
{
background-color: #449B47;
}
.BgClassName
{
background-color: #449B47;
}
</style>
border-color css
<style>
span { border-color: #449B47; }
span { border-color: rgb(68,155,71); }
td.TdClassName
{
border-color: #449B47;
}
.TagClassName
{
border-color: #449B47;
}
</style>