Shades of Fruit Salad #409145
Tints of Fruit Salad #409145
RGB
CMYK
RGB Variations
Color information
#409145 (or 0x409145) is known color: Fruit Salad. HEX triplet: 40, 91 and 45. RGB value is (64,145,69). Sum of RGB (Red+Green+Blue) = 64+145+69=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #409145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409145 is #BF6EBA. Grayscale: #707070. Windows color (decimal): -12545723 or 4559168. OLE color: 4559168.
HSL color Cylindrical-coordinate representation of color #409145: hue angle of 123.7º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409145 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 69 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.43 |
| HSL | 123.7º | 0.39% | 0.41% | - |
| HSV(B) | 123.7º | 0.56% | 0.57% | - |
| XYZ | 13.31 | 21.77 | 9.13 | - |
| YUV | 112.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 69 | 0.56 | 0 | 0.52 | 0.43 | 123.7 | 0.39 | 0.41 |
| Hex | 40 | 91 | 45 | 38 | 0 | 34 | 2B | 7C | 27 | 29 |
| Octal | 100 | 221 | 105 | 70 | 0 | 64 | 53 | 174 | 47 | 51 |
| Binary | 1000000 | 10010001 | 1000101 | 111000 | 0 | 110100 | 101011 | 1111100 | 100111 | 101001 |
Color Harmonies of #409145
Complementary color
Monochromatic Colors of #409145
Black with #409145
Text Example
Text Example
White with #409145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409145; }
p { color: rgb(64,145,69); }
H1.HeaderClassName
{
color: #409145;
}
.AnyTagClassName
{
color: #409145;
}
</style>
background-color css
<style>
a { background-color: #409145; }
a { background-color: rgb(64,145,69); }
div.DivClassName
{
background-color: #409145;
}
.BgClassName
{
background-color: #409145;
}
</style>
border-color css
<style>
span { border-color: #409145; }
span { border-color: rgb(64,145,69); }
td.TdClassName
{
border-color: #409145;
}
.TagClassName
{
border-color: #409145;
}
</style>