Shades of Fruit Salad #40933D
Tints of Fruit Salad #40933D
RGB
CMYK
RGB Variations
Color information
#40933D (or 0x40933D) is known color: Fruit Salad. HEX triplet: 40, 93 and 3D. RGB value is (64,147,61). Sum of RGB (Red+Green+Blue) = 64+147+61=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #40933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40933D is #BF6CC2. Grayscale: #707070. Windows color (decimal): -12545219 or 4035392. OLE color: 4035392.
HSL color Cylindrical-coordinate representation of color #40933D: hue angle of 117.91º degrees, saturation: 0.41, 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 #40933D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 61 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.42 |
| HSL | 117.91º | 0.41% | 0.41% | - |
| HSV(B) | 117.91º | 0.59% | 0.58% | - |
| XYZ | 13.39 | 22.29 | 8.01 | - |
| YUV | 112.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 61 | 0.56 | 0 | 0.59 | 0.42 | 117.91 | 0.41 | 0.41 |
| Hex | 40 | 93 | 3D | 38 | 0 | 3B | 2A | 76 | 29 | 29 |
| Octal | 100 | 223 | 75 | 70 | 0 | 73 | 52 | 166 | 51 | 51 |
| Binary | 1000000 | 10010011 | 111101 | 111000 | 0 | 111011 | 101010 | 1110110 | 101001 | 101001 |
Color Harmonies of #40933D
Complementary color
Monochromatic Colors of #40933D
Black with #40933D
Text Example
Text Example
White with #40933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40933D; }
p { color: rgb(64,147,61); }
H1.HeaderClassName
{
color: #40933D;
}
.AnyTagClassName
{
color: #40933D;
}
</style>
background-color css
<style>
a { background-color: #40933D; }
a { background-color: rgb(64,147,61); }
div.DivClassName
{
background-color: #40933D;
}
.BgClassName
{
background-color: #40933D;
}
</style>
border-color css
<style>
span { border-color: #40933D; }
span { border-color: rgb(64,147,61); }
td.TdClassName
{
border-color: #40933D;
}
.TagClassName
{
border-color: #40933D;
}
</style>