Shades of Fruit Salad #409E40
Tints of Fruit Salad #409E40
RGB
CMYK
RGB Variations
Color information
#409E40 (or 0x409E40) is known color: Fruit Salad. HEX triplet: 40, 9E and 40. RGB value is (64,158,64). Sum of RGB (Red+Green+Blue) = 64+158+64=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 158 (62.11% from 255 or 55.24% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 158 - color contains mainly: green. Hex color #409E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409E40 is #BF61BF. Grayscale: #777777. Windows color (decimal): -12542400 or 4234816. OLE color: 4234816.
HSL color Cylindrical-coordinate representation of color #409E40: hue angle of 120º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E40 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 64 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.38 |
| HSL | 120º | 0.42% | 0.44% | - |
| HSV(B) | 120º | 0.59% | 0.62% | - |
| XYZ | 15.27 | 25.91 | 9.05 | - |
| YUV | 119.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 64 | 0.59 | 0 | 0.59 | 0.38 | 120 | 0.42 | 0.44 |
| Hex | 40 | 9E | 40 | 3B | 0 | 3B | 26 | 78 | 2A | 2C |
| Octal | 100 | 236 | 100 | 73 | 0 | 73 | 46 | 170 | 52 | 54 |
| Binary | 1000000 | 10011110 | 1000000 | 111011 | 0 | 111011 | 100110 | 1111000 | 101010 | 101100 |
Color Harmonies of #409E40
Complementary color
Monochromatic Colors of #409E40
Black with #409E40
Text Example
Text Example
White with #409E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E40; }
p { color: rgb(64,158,64); }
H1.HeaderClassName
{
color: #409E40;
}
.AnyTagClassName
{
color: #409E40;
}
</style>
background-color css
<style>
a { background-color: #409E40; }
a { background-color: rgb(64,158,64); }
div.DivClassName
{
background-color: #409E40;
}
.BgClassName
{
background-color: #409E40;
}
</style>
border-color css
<style>
span { border-color: #409E40; }
span { border-color: rgb(64,158,64); }
td.TdClassName
{
border-color: #409E40;
}
.TagClassName
{
border-color: #409E40;
}
</style>