Shades of Fruit Salad #40944B
Tints of Fruit Salad #40944B
RGB
CMYK
RGB Variations
Color information
#40944B (or 0x40944B) is known color: Fruit Salad. HEX triplet: 40, 94 and 4B. RGB value is (64,148,75). Sum of RGB (Red+Green+Blue) = 64+148+75=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #40944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40944B is #BF6BB4. Grayscale: #727272. Windows color (decimal): -12544949 or 4953152. OLE color: 4953152.
HSL color Cylindrical-coordinate representation of color #40944B: hue angle of 127.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40944B is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 75 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.42 |
| HSL | 127.86º | 0.4% | 0.42% | - |
| HSV(B) | 127.86º | 0.57% | 0.58% | - |
| XYZ | 13.97 | 22.78 | 10.32 | - |
| YUV | 114.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 75 | 0.57 | 0 | 0.49 | 0.42 | 127.86 | 0.4 | 0.42 |
| Hex | 40 | 94 | 4B | 39 | 0 | 31 | 2A | 80 | 28 | 2A |
| Octal | 100 | 224 | 113 | 71 | 0 | 61 | 52 | 200 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1001011 | 111001 | 0 | 110001 | 101010 | 10000000 | 101000 | 101010 |
Color Harmonies of #40944B
Complementary color
Monochromatic Colors of #40944B
Black with #40944B
Text Example
Text Example
White with #40944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40944B; }
p { color: rgb(64,148,75); }
H1.HeaderClassName
{
color: #40944B;
}
.AnyTagClassName
{
color: #40944B;
}
</style>
background-color css
<style>
a { background-color: #40944B; }
a { background-color: rgb(64,148,75); }
div.DivClassName
{
background-color: #40944B;
}
.BgClassName
{
background-color: #40944B;
}
</style>
border-color css
<style>
span { border-color: #40944B; }
span { border-color: rgb(64,148,75); }
td.TdClassName
{
border-color: #40944B;
}
.TagClassName
{
border-color: #40944B;
}
</style>