Shades of Fruit Salad #4D9053
Tints of Fruit Salad #4D9053
RGB
CMYK
RGB Variations
Color information
#4D9053 (or 0x4D9053) is known color: Fruit Salad. HEX triplet: 4D, 90 and 53. RGB value is (77,144,83). Sum of RGB (Red+Green+Blue) = 77+144+83=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9053 is #B26FAC. Grayscale: #757575. Windows color (decimal): -11693997 or 5476429. OLE color: 5476429.
HSL color Cylindrical-coordinate representation of color #4D9053: hue angle of 125.37º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9053 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 83 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.44 |
| HSL | 125.37º | 0.3% | 0.43% | - |
| HSV(B) | 125.37º | 0.47% | 0.56% | - |
| XYZ | 14.6 | 22.15 | 11.69 | - |
| YUV | 117.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 83 | 0.47 | 0 | 0.42 | 0.44 | 125.37 | 0.3 | 0.43 |
| Hex | 4D | 90 | 53 | 2F | 0 | 2A | 2C | 7D | 1E | 2B |
| Octal | 115 | 220 | 123 | 57 | 0 | 52 | 54 | 175 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1010011 | 101111 | 0 | 101010 | 101100 | 1111101 | 11110 | 101011 |
Color Harmonies of #4D9053
Complementary color
Monochromatic Colors of #4D9053
Black with #4D9053
Text Example
Text Example
White with #4D9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9053; }
p { color: rgb(77,144,83); }
H1.HeaderClassName
{
color: #4D9053;
}
.AnyTagClassName
{
color: #4D9053;
}
</style>
background-color css
<style>
a { background-color: #4D9053; }
a { background-color: rgb(77,144,83); }
div.DivClassName
{
background-color: #4D9053;
}
.BgClassName
{
background-color: #4D9053;
}
</style>
border-color css
<style>
span { border-color: #4D9053; }
span { border-color: rgb(77,144,83); }
td.TdClassName
{
border-color: #4D9053;
}
.TagClassName
{
border-color: #4D9053;
}
</style>