Shades of Fruit Salad #409344
Tints of Fruit Salad #409344
RGB
CMYK
RGB Variations
Color information
#409344 (or 0x409344) is known color: Fruit Salad. HEX triplet: 40, 93 and 44. RGB value is (64,147,68). Sum of RGB (Red+Green+Blue) = 64+147+68=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #409344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409344 is #BF6CBB. Grayscale: #717171. Windows color (decimal): -12545212 or 4494144. OLE color: 4494144.
HSL color Cylindrical-coordinate representation of color #409344: hue angle of 122.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409344 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 68 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.42 |
| HSL | 122.89º | 0.39% | 0.41% | - |
| HSV(B) | 122.89º | 0.56% | 0.58% | - |
| XYZ | 13.59 | 22.37 | 9.07 | - |
| YUV | 113.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 68 | 0.56 | 0 | 0.54 | 0.42 | 122.89 | 0.39 | 0.41 |
| Hex | 40 | 93 | 44 | 38 | 0 | 36 | 2A | 7B | 27 | 29 |
| Octal | 100 | 223 | 104 | 70 | 0 | 66 | 52 | 173 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1000100 | 111000 | 0 | 110110 | 101010 | 1111011 | 100111 | 101001 |
Color Harmonies of #409344
Complementary color
Monochromatic Colors of #409344
Black with #409344
Text Example
Text Example
White with #409344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409344; }
p { color: rgb(64,147,68); }
H1.HeaderClassName
{
color: #409344;
}
.AnyTagClassName
{
color: #409344;
}
</style>
background-color css
<style>
a { background-color: #409344; }
a { background-color: rgb(64,147,68); }
div.DivClassName
{
background-color: #409344;
}
.BgClassName
{
background-color: #409344;
}
</style>
border-color css
<style>
span { border-color: #409344; }
span { border-color: rgb(64,147,68); }
td.TdClassName
{
border-color: #409344;
}
.TagClassName
{
border-color: #409344;
}
</style>