Shades of Fruit Salad #40A949
Tints of Fruit Salad #40A949
RGB
CMYK
RGB Variations
Color information
#40A949 (or 0x40A949) is known color: Fruit Salad. HEX triplet: 40, A9 and 49. RGB value is (64,169,73). Sum of RGB (Red+Green+Blue) = 64+169+73=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #40A949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A949 is #BF56B6. Grayscale: #7E7E7E. Windows color (decimal): -12539575 or 4827456. OLE color: 4827456.
HSL color Cylindrical-coordinate representation of color #40A949: hue angle of 125.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A949 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 73 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.34 |
| HSL | 125.14º | 0.45% | 0.46% | - |
| HSV(B) | 125.14º | 0.62% | 0.66% | - |
| XYZ | 17.5 | 29.95 | 11.16 | - |
| YUV | 126.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 73 | 0.62 | 0 | 0.57 | 0.34 | 125.14 | 0.45 | 0.46 |
| Hex | 40 | A9 | 49 | 3E | 0 | 39 | 22 | 7D | 2D | 2E |
| Octal | 100 | 251 | 111 | 76 | 0 | 71 | 42 | 175 | 55 | 56 |
| Binary | 1000000 | 10101001 | 1001001 | 111110 | 0 | 111001 | 100010 | 1111101 | 101101 | 101110 |
Color Harmonies of #40A949
Complementary color
Monochromatic Colors of #40A949
Black with #40A949
Text Example
Text Example
White with #40A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A949; }
p { color: rgb(64,169,73); }
H1.HeaderClassName
{
color: #40A949;
}
.AnyTagClassName
{
color: #40A949;
}
</style>
background-color css
<style>
a { background-color: #40A949; }
a { background-color: rgb(64,169,73); }
div.DivClassName
{
background-color: #40A949;
}
.BgClassName
{
background-color: #40A949;
}
</style>
border-color css
<style>
span { border-color: #40A949; }
span { border-color: rgb(64,169,73); }
td.TdClassName
{
border-color: #40A949;
}
.TagClassName
{
border-color: #40A949;
}
</style>