Shades of Fruit Salad #449C47
Tints of Fruit Salad #449C47
RGB
CMYK
RGB Variations
Color information
#449C47 (or 0x449C47) is known color: Fruit Salad. HEX triplet: 44, 9C and 47. RGB value is (68,156,71). Sum of RGB (Red+Green+Blue) = 68+156+71=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #449C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C47 is #BB63B8. Grayscale: #787878. Windows color (decimal): -12280761 or 4693060. OLE color: 4693060.
HSL color Cylindrical-coordinate representation of color #449C47: hue angle of 122.05º 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 #449C47 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 71 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.39 |
| HSL | 122.05º | 0.39% | 0.44% | - |
| HSV(B) | 122.05º | 0.56% | 0.61% | - |
| XYZ | 15.41 | 25.46 | 10.06 | - |
| YUV | 120 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 71 | 0.56 | 0 | 0.54 | 0.39 | 122.05 | 0.39 | 0.44 |
| Hex | 44 | 9C | 47 | 38 | 0 | 36 | 27 | 7A | 27 | 2C |
| Octal | 104 | 234 | 107 | 70 | 0 | 66 | 47 | 172 | 47 | 54 |
| Binary | 1000100 | 10011100 | 1000111 | 111000 | 0 | 110110 | 100111 | 1111010 | 100111 | 101100 |
Color Harmonies of #449C47
Complementary color
Monochromatic Colors of #449C47
Black with #449C47
Text Example
Text Example
White with #449C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C47; }
p { color: rgb(68,156,71); }
H1.HeaderClassName
{
color: #449C47;
}
.AnyTagClassName
{
color: #449C47;
}
</style>
background-color css
<style>
a { background-color: #449C47; }
a { background-color: rgb(68,156,71); }
div.DivClassName
{
background-color: #449C47;
}
.BgClassName
{
background-color: #449C47;
}
</style>
border-color css
<style>
span { border-color: #449C47; }
span { border-color: rgb(68,156,71); }
td.TdClassName
{
border-color: #449C47;
}
.TagClassName
{
border-color: #449C47;
}
</style>