Shades of Fruit Salad #4D9543
Tints of Fruit Salad #4D9543
RGB
CMYK
RGB Variations
Color information
#4D9543 (or 0x4D9543) is known color: Fruit Salad. HEX triplet: 4D, 95 and 43. RGB value is (77,149,67). Sum of RGB (Red+Green+Blue) = 77+149+67=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9543 is #B26ABC. Grayscale: #767676. Windows color (decimal): -11692733 or 4429133. OLE color: 4429133.
HSL color Cylindrical-coordinate representation of color #4D9543: hue angle of 112.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D9543 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 67 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.42 |
| HSL | 112.68º | 0.38% | 0.42% | - |
| HSV(B) | 112.68º | 0.55% | 0.58% | - |
| XYZ | 14.82 | 23.48 | 9.06 | - |
| YUV | 118.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 67 | 0.48 | 0 | 0.55 | 0.42 | 112.68 | 0.38 | 0.42 |
| Hex | 4D | 95 | 43 | 30 | 0 | 37 | 2A | 71 | 26 | 2A |
| Octal | 115 | 225 | 103 | 60 | 0 | 67 | 52 | 161 | 46 | 52 |
| Binary | 1001101 | 10010101 | 1000011 | 110000 | 0 | 110111 | 101010 | 1110001 | 100110 | 101010 |
Color Harmonies of #4D9543
Complementary color
Monochromatic Colors of #4D9543
Black with #4D9543
Text Example
Text Example
White with #4D9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9543; }
p { color: rgb(77,149,67); }
H1.HeaderClassName
{
color: #4D9543;
}
.AnyTagClassName
{
color: #4D9543;
}
</style>
background-color css
<style>
a { background-color: #4D9543; }
a { background-color: rgb(77,149,67); }
div.DivClassName
{
background-color: #4D9543;
}
.BgClassName
{
background-color: #4D9543;
}
</style>
border-color css
<style>
span { border-color: #4D9543; }
span { border-color: rgb(77,149,67); }
td.TdClassName
{
border-color: #4D9543;
}
.TagClassName
{
border-color: #4D9543;
}
</style>