Shades of Fruit Salad #409041
Tints of Fruit Salad #409041
RGB
CMYK
RGB Variations
Color information
#409041 (or 0x409041) is known color: Fruit Salad. HEX triplet: 40, 90 and 41. RGB value is (64,144,65). Sum of RGB (Red+Green+Blue) = 64+144+65=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #409041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409041 is #BF6FBE. Grayscale: #6F6F6F. Windows color (decimal): -12545983 or 4296768. OLE color: 4296768.
HSL color Cylindrical-coordinate representation of color #409041: hue angle of 120.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409041 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 65 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.44 |
| HSL | 120.75º | 0.38% | 0.41% | - |
| HSV(B) | 120.75º | 0.56% | 0.56% | - |
| XYZ | 13.04 | 21.42 | 8.45 | - |
| YUV | 111.07 | 102 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 65 | 0.56 | 0 | 0.55 | 0.44 | 120.75 | 0.38 | 0.41 |
| Hex | 40 | 90 | 41 | 38 | 0 | 37 | 2C | 79 | 26 | 29 |
| Octal | 100 | 220 | 101 | 70 | 0 | 67 | 54 | 171 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1000001 | 111000 | 0 | 110111 | 101100 | 1111001 | 100110 | 101001 |
Color Harmonies of #409041
Complementary color
Monochromatic Colors of #409041
Black with #409041
Text Example
Text Example
White with #409041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409041; }
p { color: rgb(64,144,65); }
H1.HeaderClassName
{
color: #409041;
}
.AnyTagClassName
{
color: #409041;
}
</style>
background-color css
<style>
a { background-color: #409041; }
a { background-color: rgb(64,144,65); }
div.DivClassName
{
background-color: #409041;
}
.BgClassName
{
background-color: #409041;
}
</style>
border-color css
<style>
span { border-color: #409041; }
span { border-color: rgb(64,144,65); }
td.TdClassName
{
border-color: #409041;
}
.TagClassName
{
border-color: #409041;
}
</style>