Shades of Fruit Salad #4D9343
Tints of Fruit Salad #4D9343
RGB
CMYK
RGB Variations
Color information
#4D9343 (or 0x4D9343) is known color: Fruit Salad. HEX triplet: 4D, 93 and 43. RGB value is (77,147,67). Sum of RGB (Red+Green+Blue) = 77+147+67=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9343 is #B26CBC. Grayscale: #757575. Windows color (decimal): -11693245 or 4428621. OLE color: 4428621.
HSL color Cylindrical-coordinate representation of color #4D9343: hue angle of 112.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D9343 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 67 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.42 |
| HSL | 112.5º | 0.37% | 0.42% | - |
| HSV(B) | 112.5º | 0.54% | 0.58% | - |
| XYZ | 14.51 | 22.85 | 8.96 | - |
| YUV | 116.95 | 99.81 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 67 | 0.48 | 0 | 0.54 | 0.42 | 112.5 | 0.37 | 0.42 |
| Hex | 4D | 93 | 43 | 30 | 0 | 36 | 2A | 70 | 25 | 2A |
| Octal | 115 | 223 | 103 | 60 | 0 | 66 | 52 | 160 | 45 | 52 |
| Binary | 1001101 | 10010011 | 1000011 | 110000 | 0 | 110110 | 101010 | 1110000 | 100101 | 101010 |
Color Harmonies of #4D9343
Complementary color
Monochromatic Colors of #4D9343
Black with #4D9343
Text Example
Text Example
White with #4D9343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9343; }
p { color: rgb(77,147,67); }
H1.HeaderClassName
{
color: #4D9343;
}
.AnyTagClassName
{
color: #4D9343;
}
</style>
background-color css
<style>
a { background-color: #4D9343; }
a { background-color: rgb(77,147,67); }
div.DivClassName
{
background-color: #4D9343;
}
.BgClassName
{
background-color: #4D9343;
}
</style>
border-color css
<style>
span { border-color: #4D9343; }
span { border-color: rgb(77,147,67); }
td.TdClassName
{
border-color: #4D9343;
}
.TagClassName
{
border-color: #4D9343;
}
</style>