Shades of Fruit Salad #409B47
Tints of Fruit Salad #409B47
RGB
CMYK
RGB Variations
Color information
#409B47 (or 0x409B47) is known color: Fruit Salad. HEX triplet: 40, 9B and 47. RGB value is (64,155,71). Sum of RGB (Red+Green+Blue) = 64+155+71=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #409B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409B47 is #BF64B8. Grayscale: #767676. Windows color (decimal): -12543161 or 4692800. OLE color: 4692800.
HSL color Cylindrical-coordinate representation of color #409B47: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B47 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 71 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.39 |
| HSL | 124.62º | 0.42% | 0.43% | - |
| HSV(B) | 124.62º | 0.59% | 0.61% | - |
| XYZ | 14.97 | 24.99 | 10 | - |
| YUV | 118.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 71 | 0.59 | 0 | 0.54 | 0.39 | 124.62 | 0.42 | 0.43 |
| Hex | 40 | 9B | 47 | 3B | 0 | 36 | 27 | 7D | 2A | 2B |
| Octal | 100 | 233 | 107 | 73 | 0 | 66 | 47 | 175 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1000111 | 111011 | 0 | 110110 | 100111 | 1111101 | 101010 | 101011 |
Color Harmonies of #409B47
Complementary color
Monochromatic Colors of #409B47
Black with #409B47
Text Example
Text Example
White with #409B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B47; }
p { color: rgb(64,155,71); }
H1.HeaderClassName
{
color: #409B47;
}
.AnyTagClassName
{
color: #409B47;
}
</style>
background-color css
<style>
a { background-color: #409B47; }
a { background-color: rgb(64,155,71); }
div.DivClassName
{
background-color: #409B47;
}
.BgClassName
{
background-color: #409B47;
}
</style>
border-color css
<style>
span { border-color: #409B47; }
span { border-color: rgb(64,155,71); }
td.TdClassName
{
border-color: #409B47;
}
.TagClassName
{
border-color: #409B47;
}
</style>