Shades of Fruit Salad #4D9152
Tints of Fruit Salad #4D9152
RGB
CMYK
RGB Variations
Color information
#4D9152 (or 0x4D9152) is known color: Fruit Salad. HEX triplet: 4D, 91 and 52. RGB value is (77,145,82). Sum of RGB (Red+Green+Blue) = 77+145+82=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9152 is #B26EAD. Grayscale: #757575. Windows color (decimal): -11693742 or 5411149. OLE color: 5411149.
HSL color Cylindrical-coordinate representation of color #4D9152: hue angle of 124.41º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9152 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 82 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.43 |
| HSL | 124.41º | 0.31% | 0.44% | - |
| HSV(B) | 124.41º | 0.47% | 0.57% | - |
| XYZ | 14.71 | 22.44 | 11.54 | - |
| YUV | 117.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 82 | 0.47 | 0 | 0.43 | 0.43 | 124.41 | 0.31 | 0.44 |
| Hex | 4D | 91 | 52 | 2F | 0 | 2B | 2B | 7C | 1F | 2C |
| Octal | 115 | 221 | 122 | 57 | 0 | 53 | 53 | 174 | 37 | 54 |
| Binary | 1001101 | 10010001 | 1010010 | 101111 | 0 | 101011 | 101011 | 1111100 | 11111 | 101100 |
Color Harmonies of #4D9152
Complementary color
Monochromatic Colors of #4D9152
Black with #4D9152
Text Example
Text Example
White with #4D9152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9152; }
p { color: rgb(77,145,82); }
H1.HeaderClassName
{
color: #4D9152;
}
.AnyTagClassName
{
color: #4D9152;
}
</style>
background-color css
<style>
a { background-color: #4D9152; }
a { background-color: rgb(77,145,82); }
div.DivClassName
{
background-color: #4D9152;
}
.BgClassName
{
background-color: #4D9152;
}
</style>
border-color css
<style>
span { border-color: #4D9152; }
span { border-color: rgb(77,145,82); }
td.TdClassName
{
border-color: #4D9152;
}
.TagClassName
{
border-color: #4D9152;
}
</style>