Shades of Fruit Salad #40943D
Tints of Fruit Salad #40943D
RGB
CMYK
RGB Variations
Color information
#40943D (or 0x40943D) is known color: Fruit Salad. HEX triplet: 40, 94 and 3D. RGB value is (64,148,61). Sum of RGB (Red+Green+Blue) = 64+148+61=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #40943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40943D is #BF6BC2. Grayscale: #717171. Windows color (decimal): -12544963 or 4035648. OLE color: 4035648.
HSL color Cylindrical-coordinate representation of color #40943D: hue angle of 117.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40943D is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 61 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.42 |
| HSL | 117.93º | 0.42% | 0.41% | - |
| HSV(B) | 117.93º | 0.59% | 0.58% | - |
| XYZ | 13.55 | 22.61 | 8.06 | - |
| YUV | 112.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 61 | 0.57 | 0 | 0.59 | 0.42 | 117.93 | 0.42 | 0.41 |
| Hex | 40 | 94 | 3D | 39 | 0 | 3B | 2A | 76 | 2A | 29 |
| Octal | 100 | 224 | 75 | 71 | 0 | 73 | 52 | 166 | 52 | 51 |
| Binary | 1000000 | 10010100 | 111101 | 111001 | 0 | 111011 | 101010 | 1110110 | 101010 | 101001 |
Color Harmonies of #40943D
Complementary color
Monochromatic Colors of #40943D
Black with #40943D
Text Example
Text Example
White with #40943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40943D; }
p { color: rgb(64,148,61); }
H1.HeaderClassName
{
color: #40943D;
}
.AnyTagClassName
{
color: #40943D;
}
</style>
background-color css
<style>
a { background-color: #40943D; }
a { background-color: rgb(64,148,61); }
div.DivClassName
{
background-color: #40943D;
}
.BgClassName
{
background-color: #40943D;
}
</style>
border-color css
<style>
span { border-color: #40943D; }
span { border-color: rgb(64,148,61); }
td.TdClassName
{
border-color: #40943D;
}
.TagClassName
{
border-color: #40943D;
}
</style>