Shades of Fruit Salad #409141
Tints of Fruit Salad #409141
RGB
CMYK
RGB Variations
Color information
#409141 (or 0x409141) is known color: Fruit Salad. HEX triplet: 40, 91 and 41. RGB value is (64,145,65). Sum of RGB (Red+Green+Blue) = 64+145+65=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #409141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409141 is #BF6EBE. Grayscale: #6F6F6F. Windows color (decimal): -12545727 or 4297024. OLE color: 4297024.
HSL color Cylindrical-coordinate representation of color #409141: hue angle of 120.74º 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 #409141 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 65 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.43 |
| HSL | 120.74º | 0.39% | 0.41% | - |
| HSV(B) | 120.74º | 0.56% | 0.57% | - |
| XYZ | 13.19 | 21.72 | 8.5 | - |
| YUV | 111.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 65 | 0.56 | 0 | 0.55 | 0.43 | 120.74 | 0.39 | 0.41 |
| Hex | 40 | 91 | 41 | 38 | 0 | 37 | 2B | 79 | 27 | 29 |
| Octal | 100 | 221 | 101 | 70 | 0 | 67 | 53 | 171 | 47 | 51 |
| Binary | 1000000 | 10010001 | 1000001 | 111000 | 0 | 110111 | 101011 | 1111001 | 100111 | 101001 |
Color Harmonies of #409141
Complementary color
Monochromatic Colors of #409141
Black with #409141
Text Example
Text Example
White with #409141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409141; }
p { color: rgb(64,145,65); }
H1.HeaderClassName
{
color: #409141;
}
.AnyTagClassName
{
color: #409141;
}
</style>
background-color css
<style>
a { background-color: #409141; }
a { background-color: rgb(64,145,65); }
div.DivClassName
{
background-color: #409141;
}
.BgClassName
{
background-color: #409141;
}
</style>
border-color css
<style>
span { border-color: #409141; }
span { border-color: rgb(64,145,65); }
td.TdClassName
{
border-color: #409141;
}
.TagClassName
{
border-color: #409141;
}
</style>