Shades of Fruit Salad #409E4D
Tints of Fruit Salad #409E4D
RGB
CMYK
RGB Variations
Color information
#409E4D (or 0x409E4D) is known color: Fruit Salad. HEX triplet: 40, 9E and 4D. RGB value is (64,158,77). Sum of RGB (Red+Green+Blue) = 64+158+77=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #409E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E4D is #BF61B2. Grayscale: #787878. Windows color (decimal): -12542387 or 5086784. OLE color: 5086784.
HSL color Cylindrical-coordinate representation of color #409E4D: hue angle of 128.3º 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 #409E4D is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 77 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.38 |
| HSL | 128.3º | 0.42% | 0.44% | - |
| HSV(B) | 128.3º | 0.59% | 0.62% | - |
| XYZ | 15.68 | 26.08 | 11.23 | - |
| YUV | 120.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 77 | 0.59 | 0 | 0.51 | 0.38 | 128.3 | 0.42 | 0.44 |
| Hex | 40 | 9E | 4D | 3B | 0 | 33 | 26 | 80 | 2A | 2C |
| Octal | 100 | 236 | 115 | 73 | 0 | 63 | 46 | 200 | 52 | 54 |
| Binary | 1000000 | 10011110 | 1001101 | 111011 | 0 | 110011 | 100110 | 10000000 | 101010 | 101100 |
Color Harmonies of #409E4D
Complementary color
Monochromatic Colors of #409E4D
Black with #409E4D
Text Example
Text Example
White with #409E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E4D; }
p { color: rgb(64,158,77); }
H1.HeaderClassName
{
color: #409E4D;
}
.AnyTagClassName
{
color: #409E4D;
}
</style>
background-color css
<style>
a { background-color: #409E4D; }
a { background-color: rgb(64,158,77); }
div.DivClassName
{
background-color: #409E4D;
}
.BgClassName
{
background-color: #409E4D;
}
</style>
border-color css
<style>
span { border-color: #409E4D; }
span { border-color: rgb(64,158,77); }
td.TdClassName
{
border-color: #409E4D;
}
.TagClassName
{
border-color: #409E4D;
}
</style>