Shades of Fruit Salad #40913F
Tints of Fruit Salad #40913F
RGB
CMYK
RGB Variations
Color information
#40913F (or 0x40913F) is known color: Fruit Salad. HEX triplet: 40, 91 and 3F. RGB value is (64,145,63). Sum of RGB (Red+Green+Blue) = 64+145+63=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #40913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40913F is #BF6EC0. Grayscale: #6F6F6F. Windows color (decimal): -12545729 or 4165952. OLE color: 4165952.
HSL color Cylindrical-coordinate representation of color #40913F: hue angle of 119.27º degrees, saturation: 0.39, 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 #40913F is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 63 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.43 |
| HSL | 119.27º | 0.39% | 0.41% | - |
| HSV(B) | 119.27º | 0.57% | 0.57% | - |
| XYZ | 13.14 | 21.7 | 8.2 | - |
| YUV | 111.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 63 | 0.56 | 0 | 0.57 | 0.43 | 119.27 | 0.39 | 0.41 |
| Hex | 40 | 91 | 3F | 38 | 0 | 39 | 2B | 77 | 27 | 29 |
| Octal | 100 | 221 | 77 | 70 | 0 | 71 | 53 | 167 | 47 | 51 |
| Binary | 1000000 | 10010001 | 111111 | 111000 | 0 | 111001 | 101011 | 1110111 | 100111 | 101001 |
Color Harmonies of #40913F
Complementary color
Monochromatic Colors of #40913F
Black with #40913F
Text Example
Text Example
White with #40913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40913F; }
p { color: rgb(64,145,63); }
H1.HeaderClassName
{
color: #40913F;
}
.AnyTagClassName
{
color: #40913F;
}
</style>
background-color css
<style>
a { background-color: #40913F; }
a { background-color: rgb(64,145,63); }
div.DivClassName
{
background-color: #40913F;
}
.BgClassName
{
background-color: #40913F;
}
</style>
border-color css
<style>
span { border-color: #40913F; }
span { border-color: rgb(64,145,63); }
td.TdClassName
{
border-color: #40913F;
}
.TagClassName
{
border-color: #40913F;
}
</style>