Shades of Fruit Salad #40933F
Tints of Fruit Salad #40933F
RGB
CMYK
RGB Variations
Color information
#40933F (or 0x40933F) is known color: Fruit Salad. HEX triplet: 40, 93 and 3F. RGB value is (64,147,63). Sum of RGB (Red+Green+Blue) = 64+147+63=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #40933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40933F is #BF6CC0. Grayscale: #707070. Windows color (decimal): -12545217 or 4166464. OLE color: 4166464.
HSL color Cylindrical-coordinate representation of color #40933F: hue angle of 119.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40933F is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 63 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.42 |
| HSL | 119.29º | 0.4% | 0.41% | - |
| HSV(B) | 119.29º | 0.57% | 0.58% | - |
| XYZ | 13.45 | 22.32 | 8.3 | - |
| YUV | 112.61 | 100 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 63 | 0.56 | 0 | 0.57 | 0.42 | 119.29 | 0.4 | 0.41 |
| Hex | 40 | 93 | 3F | 38 | 0 | 39 | 2A | 77 | 28 | 29 |
| Octal | 100 | 223 | 77 | 70 | 0 | 71 | 52 | 167 | 50 | 51 |
| Binary | 1000000 | 10010011 | 111111 | 111000 | 0 | 111001 | 101010 | 1110111 | 101000 | 101001 |
Color Harmonies of #40933F
Complementary color
Monochromatic Colors of #40933F
Black with #40933F
Text Example
Text Example
White with #40933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40933F; }
p { color: rgb(64,147,63); }
H1.HeaderClassName
{
color: #40933F;
}
.AnyTagClassName
{
color: #40933F;
}
</style>
background-color css
<style>
a { background-color: #40933F; }
a { background-color: rgb(64,147,63); }
div.DivClassName
{
background-color: #40933F;
}
.BgClassName
{
background-color: #40933F;
}
</style>
border-color css
<style>
span { border-color: #40933F; }
span { border-color: rgb(64,147,63); }
td.TdClassName
{
border-color: #40933F;
}
.TagClassName
{
border-color: #40933F;
}
</style>