Shades of Fruit Salad #40934A
Tints of Fruit Salad #40934A
RGB
CMYK
RGB Variations
Color information
#40934A (or 0x40934A) is known color: Fruit Salad. HEX triplet: 40, 93 and 4A. RGB value is (64,147,74). Sum of RGB (Red+Green+Blue) = 64+147+74=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #40934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40934A is #BF6CB5. Grayscale: #727272. Windows color (decimal): -12545206 or 4887360. OLE color: 4887360.
HSL color Cylindrical-coordinate representation of color #40934A: hue angle of 127.23º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40934A is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 74 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.42 |
| HSL | 127.23º | 0.39% | 0.41% | - |
| HSV(B) | 127.23º | 0.56% | 0.58% | - |
| XYZ | 13.78 | 22.45 | 10.09 | - |
| YUV | 113.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 74 | 0.56 | 0 | 0.50 | 0.42 | 127.23 | 0.39 | 0.41 |
| Hex | 40 | 93 | 4A | 38 | 0 | 32 | 2A | 7F | 27 | 29 |
| Octal | 100 | 223 | 112 | 70 | 0 | 62 | 52 | 177 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1001010 | 111000 | 0 | 110010 | 101010 | 1111111 | 100111 | 101001 |
Color Harmonies of #40934A
Complementary color
Monochromatic Colors of #40934A
Black with #40934A
Text Example
Text Example
White with #40934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40934A; }
p { color: rgb(64,147,74); }
H1.HeaderClassName
{
color: #40934A;
}
.AnyTagClassName
{
color: #40934A;
}
</style>
background-color css
<style>
a { background-color: #40934A; }
a { background-color: rgb(64,147,74); }
div.DivClassName
{
background-color: #40934A;
}
.BgClassName
{
background-color: #40934A;
}
</style>
border-color css
<style>
span { border-color: #40934A; }
span { border-color: rgb(64,147,74); }
td.TdClassName
{
border-color: #40934A;
}
.TagClassName
{
border-color: #40934A;
}
</style>