Shades of Fruit Salad #409645
Tints of Fruit Salad #409645
RGB
CMYK
RGB Variations
Color information
#409645 (or 0x409645) is known color: Fruit Salad. HEX triplet: 40, 96 and 45. RGB value is (64,150,69). Sum of RGB (Red+Green+Blue) = 64+150+69=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #409645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409645 is #BF69BA. Grayscale: #737373. Windows color (decimal): -12544443 or 4560448. OLE color: 4560448.
HSL color Cylindrical-coordinate representation of color #409645: hue angle of 123.49º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409645 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 69 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.41 |
| HSL | 123.49º | 0.4% | 0.42% | - |
| HSV(B) | 123.49º | 0.57% | 0.59% | - |
| XYZ | 14.09 | 23.33 | 9.39 | - |
| YUV | 115.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 69 | 0.57 | 0 | 0.54 | 0.41 | 123.49 | 0.4 | 0.42 |
| Hex | 40 | 96 | 45 | 39 | 0 | 36 | 29 | 7B | 28 | 2A |
| Octal | 100 | 226 | 105 | 71 | 0 | 66 | 51 | 173 | 50 | 52 |
| Binary | 1000000 | 10010110 | 1000101 | 111001 | 0 | 110110 | 101001 | 1111011 | 101000 | 101010 |
Color Harmonies of #409645
Complementary color
Monochromatic Colors of #409645
Black with #409645
Text Example
Text Example
White with #409645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409645; }
p { color: rgb(64,150,69); }
H1.HeaderClassName
{
color: #409645;
}
.AnyTagClassName
{
color: #409645;
}
</style>
background-color css
<style>
a { background-color: #409645; }
a { background-color: rgb(64,150,69); }
div.DivClassName
{
background-color: #409645;
}
.BgClassName
{
background-color: #409645;
}
</style>
border-color css
<style>
span { border-color: #409645; }
span { border-color: rgb(64,150,69); }
td.TdClassName
{
border-color: #409645;
}
.TagClassName
{
border-color: #409645;
}
</style>