Shades of Fruit Salad #4D934A
Tints of Fruit Salad #4D934A
RGB
CMYK
RGB Variations
Color information
#4D934A (or 0x4D934A) is known color: Fruit Salad. HEX triplet: 4D, 93 and 4A. RGB value is (77,147,74). Sum of RGB (Red+Green+Blue) = 77+147+74=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #4D934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D934A is #B26CB5. Grayscale: #757575. Windows color (decimal): -11693238 or 4887373. OLE color: 4887373.
HSL color Cylindrical-coordinate representation of color #4D934A: hue angle of 117.53º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D934A is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 74 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.42 |
| HSL | 117.53º | 0.33% | 0.43% | - |
| HSV(B) | 117.53º | 0.5% | 0.58% | - |
| XYZ | 14.73 | 22.94 | 10.13 | - |
| YUV | 117.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 74 | 0.48 | 0 | 0.50 | 0.42 | 117.53 | 0.33 | 0.43 |
| Hex | 4D | 93 | 4A | 30 | 0 | 32 | 2A | 76 | 21 | 2B |
| Octal | 115 | 223 | 112 | 60 | 0 | 62 | 52 | 166 | 41 | 53 |
| Binary | 1001101 | 10010011 | 1001010 | 110000 | 0 | 110010 | 101010 | 1110110 | 100001 | 101011 |
Color Harmonies of #4D934A
Complementary color
Monochromatic Colors of #4D934A
Black with #4D934A
Text Example
Text Example
White with #4D934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D934A; }
p { color: rgb(77,147,74); }
H1.HeaderClassName
{
color: #4D934A;
}
.AnyTagClassName
{
color: #4D934A;
}
</style>
background-color css
<style>
a { background-color: #4D934A; }
a { background-color: rgb(77,147,74); }
div.DivClassName
{
background-color: #4D934A;
}
.BgClassName
{
background-color: #4D934A;
}
</style>
border-color css
<style>
span { border-color: #4D934A; }
span { border-color: rgb(77,147,74); }
td.TdClassName
{
border-color: #4D934A;
}
.TagClassName
{
border-color: #4D934A;
}
</style>