Shades of Fruit Salad #40913E
Tints of Fruit Salad #40913E
RGB
CMYK
RGB Variations
Color information
#40913E (or 0x40913E) is known color: Fruit Salad. HEX triplet: 40, 91 and 3E. RGB value is (64,145,62). Sum of RGB (Red+Green+Blue) = 64+145+62=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #40913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40913E is #BF6EC1. Grayscale: #6F6F6F. Windows color (decimal): -12545730 or 4100416. OLE color: 4100416.
HSL color Cylindrical-coordinate representation of color #40913E: hue angle of 118.55º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40913E is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 62 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.43 |
| HSL | 118.55º | 0.4% | 0.41% | - |
| HSV(B) | 118.55º | 0.57% | 0.57% | - |
| XYZ | 13.11 | 21.69 | 8.05 | - |
| YUV | 111.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 62 | 0.56 | 0 | 0.57 | 0.43 | 118.55 | 0.4 | 0.41 |
| Hex | 40 | 91 | 3E | 38 | 0 | 39 | 2B | 77 | 28 | 29 |
| Octal | 100 | 221 | 76 | 70 | 0 | 71 | 53 | 167 | 50 | 51 |
| Binary | 1000000 | 10010001 | 111110 | 111000 | 0 | 111001 | 101011 | 1110111 | 101000 | 101001 |
Color Harmonies of #40913E
Complementary color
Monochromatic Colors of #40913E
Black with #40913E
Text Example
Text Example
White with #40913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40913E; }
p { color: rgb(64,145,62); }
H1.HeaderClassName
{
color: #40913E;
}
.AnyTagClassName
{
color: #40913E;
}
</style>
background-color css
<style>
a { background-color: #40913E; }
a { background-color: rgb(64,145,62); }
div.DivClassName
{
background-color: #40913E;
}
.BgClassName
{
background-color: #40913E;
}
</style>
border-color css
<style>
span { border-color: #40913E; }
span { border-color: rgb(64,145,62); }
td.TdClassName
{
border-color: #40913E;
}
.TagClassName
{
border-color: #40913E;
}
</style>