Shades of Fruit Salad #409D45
Tints of Fruit Salad #409D45
RGB
CMYK
RGB Variations
Color information
#409D45 (or 0x409D45) is known color: Fruit Salad. HEX triplet: 40, 9D and 45. RGB value is (64,157,69). Sum of RGB (Red+Green+Blue) = 64+157+69=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #409D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409D45 is #BF62BA. Grayscale: #777777. Windows color (decimal): -12542651 or 4562240. OLE color: 4562240.
HSL color Cylindrical-coordinate representation of color #409D45: hue angle of 123.23º 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 #409D45 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 69 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.38 |
| HSL | 123.23º | 0.42% | 0.43% | - |
| HSV(B) | 123.23º | 0.59% | 0.62% | - |
| XYZ | 15.25 | 25.63 | 9.77 | - |
| YUV | 119.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 69 | 0.59 | 0 | 0.56 | 0.38 | 123.23 | 0.42 | 0.43 |
| Hex | 40 | 9D | 45 | 3B | 0 | 38 | 26 | 7B | 2A | 2B |
| Octal | 100 | 235 | 105 | 73 | 0 | 70 | 46 | 173 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1000101 | 111011 | 0 | 111000 | 100110 | 1111011 | 101010 | 101011 |
Color Harmonies of #409D45
Complementary color
Monochromatic Colors of #409D45
Black with #409D45
Text Example
Text Example
White with #409D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D45; }
p { color: rgb(64,157,69); }
H1.HeaderClassName
{
color: #409D45;
}
.AnyTagClassName
{
color: #409D45;
}
</style>
background-color css
<style>
a { background-color: #409D45; }
a { background-color: rgb(64,157,69); }
div.DivClassName
{
background-color: #409D45;
}
.BgClassName
{
background-color: #409D45;
}
</style>
border-color css
<style>
span { border-color: #409D45; }
span { border-color: rgb(64,157,69); }
td.TdClassName
{
border-color: #409D45;
}
.TagClassName
{
border-color: #409D45;
}
</style>