Shades of Fruit Salad #409042
Tints of Fruit Salad #409042
RGB
CMYK
RGB Variations
Color information
#409042 (or 0x409042) is known color: Fruit Salad. HEX triplet: 40, 90 and 42. RGB value is (64,144,66). Sum of RGB (Red+Green+Blue) = 64+144+66=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #409042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409042 is #BF6FBD. Grayscale: #6F6F6F. Windows color (decimal): -12545982 or 4362304. OLE color: 4362304.
HSL color Cylindrical-coordinate representation of color #409042: hue angle of 121.5º 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 #409042 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 66 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.44 |
| HSL | 121.5º | 0.38% | 0.41% | - |
| HSV(B) | 121.5º | 0.56% | 0.56% | - |
| XYZ | 13.07 | 21.43 | 8.6 | - |
| YUV | 111.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 66 | 0.56 | 0 | 0.54 | 0.44 | 121.5 | 0.38 | 0.41 |
| Hex | 40 | 90 | 42 | 38 | 0 | 36 | 2C | 7A | 26 | 29 |
| Octal | 100 | 220 | 102 | 70 | 0 | 66 | 54 | 172 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1000010 | 111000 | 0 | 110110 | 101100 | 1111010 | 100110 | 101001 |
Color Harmonies of #409042
Complementary color
Monochromatic Colors of #409042
Black with #409042
Text Example
Text Example
White with #409042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409042; }
p { color: rgb(64,144,66); }
H1.HeaderClassName
{
color: #409042;
}
.AnyTagClassName
{
color: #409042;
}
</style>
background-color css
<style>
a { background-color: #409042; }
a { background-color: rgb(64,144,66); }
div.DivClassName
{
background-color: #409042;
}
.BgClassName
{
background-color: #409042;
}
</style>
border-color css
<style>
span { border-color: #409042; }
span { border-color: rgb(64,144,66); }
td.TdClassName
{
border-color: #409042;
}
.TagClassName
{
border-color: #409042;
}
</style>