Shades of Fruit Salad #409D4D
Tints of Fruit Salad #409D4D
RGB
CMYK
RGB Variations
Color information
#409D4D (or 0x409D4D) is known color: Fruit Salad. HEX triplet: 40, 9D and 4D. RGB value is (64,157,77). Sum of RGB (Red+Green+Blue) = 64+157+77=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #409D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D4D is #BF62B2. Grayscale: #787878. Windows color (decimal): -12542643 or 5086528. OLE color: 5086528.
HSL color Cylindrical-coordinate representation of color #409D4D: hue angle of 128.39º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D4D is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 77 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.38 |
| HSL | 128.39º | 0.42% | 0.43% | - |
| HSV(B) | 128.39º | 0.59% | 0.62% | - |
| XYZ | 15.51 | 25.74 | 11.17 | - |
| YUV | 120.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 77 | 0.59 | 0 | 0.51 | 0.38 | 128.39 | 0.42 | 0.43 |
| Hex | 40 | 9D | 4D | 3B | 0 | 33 | 26 | 80 | 2A | 2B |
| Octal | 100 | 235 | 115 | 73 | 0 | 63 | 46 | 200 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1001101 | 111011 | 0 | 110011 | 100110 | 10000000 | 101010 | 101011 |
Color Harmonies of #409D4D
Complementary color
Monochromatic Colors of #409D4D
Black with #409D4D
Text Example
Text Example
White with #409D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D4D; }
p { color: rgb(64,157,77); }
H1.HeaderClassName
{
color: #409D4D;
}
.AnyTagClassName
{
color: #409D4D;
}
</style>
background-color css
<style>
a { background-color: #409D4D; }
a { background-color: rgb(64,157,77); }
div.DivClassName
{
background-color: #409D4D;
}
.BgClassName
{
background-color: #409D4D;
}
</style>
border-color css
<style>
span { border-color: #409D4D; }
span { border-color: rgb(64,157,77); }
td.TdClassName
{
border-color: #409D4D;
}
.TagClassName
{
border-color: #409D4D;
}
</style>