Shades of Fruit Salad #409246
Tints of Fruit Salad #409246
RGB
CMYK
RGB Variations
Color information
#409246 (or 0x409246) is known color: Fruit Salad. HEX triplet: 40, 92 and 46. RGB value is (64,146,70). Sum of RGB (Red+Green+Blue) = 64+146+70=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #409246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409246 is #BF6DB9. Grayscale: #717171. Windows color (decimal): -12545466 or 4624960. OLE color: 4624960.
HSL color Cylindrical-coordinate representation of color #409246: hue angle of 124.39º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409246 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 70 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.43 |
| HSL | 124.39º | 0.39% | 0.41% | - |
| HSV(B) | 124.39º | 0.56% | 0.57% | - |
| XYZ | 13.5 | 22.09 | 9.35 | - |
| YUV | 112.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 70 | 0.56 | 0 | 0.52 | 0.43 | 124.39 | 0.39 | 0.41 |
| Hex | 40 | 92 | 46 | 38 | 0 | 34 | 2B | 7C | 27 | 29 |
| Octal | 100 | 222 | 106 | 70 | 0 | 64 | 53 | 174 | 47 | 51 |
| Binary | 1000000 | 10010010 | 1000110 | 111000 | 0 | 110100 | 101011 | 1111100 | 100111 | 101001 |
Color Harmonies of #409246
Complementary color
Monochromatic Colors of #409246
Black with #409246
Text Example
Text Example
White with #409246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409246; }
p { color: rgb(64,146,70); }
H1.HeaderClassName
{
color: #409246;
}
.AnyTagClassName
{
color: #409246;
}
</style>
background-color css
<style>
a { background-color: #409246; }
a { background-color: rgb(64,146,70); }
div.DivClassName
{
background-color: #409246;
}
.BgClassName
{
background-color: #409246;
}
</style>
border-color css
<style>
span { border-color: #409246; }
span { border-color: rgb(64,146,70); }
td.TdClassName
{
border-color: #409246;
}
.TagClassName
{
border-color: #409246;
}
</style>