Shades of Fruit Salad #409E46
Tints of Fruit Salad #409E46
RGB
CMYK
RGB Variations
Color information
#409E46 (or 0x409E46) is known color: Fruit Salad. HEX triplet: 40, 9E and 46. RGB value is (64,158,70). Sum of RGB (Red+Green+Blue) = 64+158+70=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #409E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409E46 is #BF61B9. Grayscale: #787878. Windows color (decimal): -12542394 or 4628032. OLE color: 4628032.
HSL color Cylindrical-coordinate representation of color #409E46: hue angle of 123.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E46 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 70 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.38 |
| HSL | 123.83º | 0.42% | 0.44% | - |
| HSV(B) | 123.83º | 0.59% | 0.62% | - |
| XYZ | 15.45 | 25.99 | 10 | - |
| YUV | 119.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 70 | 0.59 | 0 | 0.56 | 0.38 | 123.83 | 0.42 | 0.44 |
| Hex | 40 | 9E | 46 | 3B | 0 | 38 | 26 | 7C | 2A | 2C |
| Octal | 100 | 236 | 106 | 73 | 0 | 70 | 46 | 174 | 52 | 54 |
| Binary | 1000000 | 10011110 | 1000110 | 111011 | 0 | 111000 | 100110 | 1111100 | 101010 | 101100 |
Color Harmonies of #409E46
Complementary color
Monochromatic Colors of #409E46
Black with #409E46
Text Example
Text Example
White with #409E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E46; }
p { color: rgb(64,158,70); }
H1.HeaderClassName
{
color: #409E46;
}
.AnyTagClassName
{
color: #409E46;
}
</style>
background-color css
<style>
a { background-color: #409E46; }
a { background-color: rgb(64,158,70); }
div.DivClassName
{
background-color: #409E46;
}
.BgClassName
{
background-color: #409E46;
}
</style>
border-color css
<style>
span { border-color: #409E46; }
span { border-color: rgb(64,158,70); }
td.TdClassName
{
border-color: #409E46;
}
.TagClassName
{
border-color: #409E46;
}
</style>