Shades of Fruit Salad #4D934C
Tints of Fruit Salad #4D934C
RGB
CMYK
RGB Variations
Color information
#4D934C (or 0x4D934C) is known color: Fruit Salad. HEX triplet: 4D, 93 and 4C. RGB value is (77,147,76). Sum of RGB (Red+Green+Blue) = 77+147+76=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #4D934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D934C is #B26CB3. Grayscale: #767676. Windows color (decimal): -11693236 or 5018445. OLE color: 5018445.
HSL color Cylindrical-coordinate representation of color #4D934C: hue angle of 119.15º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D934C is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 76 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.42 |
| HSL | 119.15º | 0.32% | 0.44% | - |
| HSV(B) | 119.15º | 0.48% | 0.58% | - |
| XYZ | 14.8 | 22.97 | 10.49 | - |
| YUV | 117.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 76 | 0.48 | 0 | 0.48 | 0.42 | 119.15 | 0.32 | 0.44 |
| Hex | 4D | 93 | 4C | 30 | 0 | 30 | 2A | 77 | 20 | 2C |
| Octal | 115 | 223 | 114 | 60 | 0 | 60 | 52 | 167 | 40 | 54 |
| Binary | 1001101 | 10010011 | 1001100 | 110000 | 0 | 110000 | 101010 | 1110111 | 100000 | 101100 |
Color Harmonies of #4D934C
Complementary color
Monochromatic Colors of #4D934C
Black with #4D934C
Text Example
Text Example
White with #4D934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D934C; }
p { color: rgb(77,147,76); }
H1.HeaderClassName
{
color: #4D934C;
}
.AnyTagClassName
{
color: #4D934C;
}
</style>
background-color css
<style>
a { background-color: #4D934C; }
a { background-color: rgb(77,147,76); }
div.DivClassName
{
background-color: #4D934C;
}
.BgClassName
{
background-color: #4D934C;
}
</style>
border-color css
<style>
span { border-color: #4D934C; }
span { border-color: rgb(77,147,76); }
td.TdClassName
{
border-color: #4D934C;
}
.TagClassName
{
border-color: #4D934C;
}
</style>