Shades of Fruit Salad #40983F
Tints of Fruit Salad #40983F
RGB
CMYK
RGB Variations
Color information
#40983F (or 0x40983F) is known color: Fruit Salad. HEX triplet: 40, 98 and 3F. RGB value is (64,152,63). Sum of RGB (Red+Green+Blue) = 64+152+63=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #40983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983F is #BF67C0. Grayscale: #737373. Windows color (decimal): -12543937 or 4167744. OLE color: 4167744.
HSL color Cylindrical-coordinate representation of color #40983F: hue angle of 119.33º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40983F is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 63 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.40 |
| HSL | 119.33º | 0.41% | 0.42% | - |
| HSV(B) | 119.33º | 0.59% | 0.6% | - |
| XYZ | 14.24 | 23.91 | 8.57 | - |
| YUV | 115.54 | 98.35 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 63 | 0.58 | 0 | 0.59 | 0.40 | 119.33 | 0.41 | 0.42 |
| Hex | 40 | 98 | 3F | 3A | 0 | 3B | 28 | 77 | 29 | 2A |
| Octal | 100 | 230 | 77 | 72 | 0 | 73 | 50 | 167 | 51 | 52 |
| Binary | 1000000 | 10011000 | 111111 | 111010 | 0 | 111011 | 101000 | 1110111 | 101001 | 101010 |
Color Harmonies of #40983F
Complementary color
Monochromatic Colors of #40983F
Black with #40983F
Text Example
Text Example
White with #40983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40983F; }
p { color: rgb(64,152,63); }
H1.HeaderClassName
{
color: #40983F;
}
.AnyTagClassName
{
color: #40983F;
}
</style>
background-color css
<style>
a { background-color: #40983F; }
a { background-color: rgb(64,152,63); }
div.DivClassName
{
background-color: #40983F;
}
.BgClassName
{
background-color: #40983F;
}
</style>
border-color css
<style>
span { border-color: #40983F; }
span { border-color: rgb(64,152,63); }
td.TdClassName
{
border-color: #40983F;
}
.TagClassName
{
border-color: #40983F;
}
</style>