Shades of Como #4D8759
Tints of Como #4D8759
RGB
CMYK
RGB Variations
Color information
#4D8759 (or 0x4D8759) is known color: Como. HEX triplet: 4D, 87 and 59. RGB value is (77,135,89). Sum of RGB (Red+Green+Blue) = 77+135+89=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8759 is #B278A6. Grayscale: #707070. Windows color (decimal): -11696295 or 5867341. OLE color: 5867341.
HSL color Cylindrical-coordinate representation of color #4D8759: hue angle of 132.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8759 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 89 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.47 |
| HSL | 132.41º | 0.27% | 0.42% | - |
| HSV(B) | 132.41º | 0.43% | 0.53% | - |
| XYZ | 13.53 | 19.63 | 12.53 | - |
| YUV | 112.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 89 | 0.43 | 0 | 0.34 | 0.47 | 132.41 | 0.27 | 0.42 |
| Hex | 4D | 87 | 59 | 2B | 0 | 22 | 2F | 84 | 1B | 2A |
| Octal | 115 | 207 | 131 | 53 | 0 | 42 | 57 | 204 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1011001 | 101011 | 0 | 100010 | 101111 | 10000100 | 11011 | 101010 |
Color Harmonies of #4D8759
Complementary color
Monochromatic Colors of #4D8759
Black with #4D8759
Text Example
Text Example
White with #4D8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8759; }
p { color: rgb(77,135,89); }
H1.HeaderClassName
{
color: #4D8759;
}
.AnyTagClassName
{
color: #4D8759;
}
</style>
background-color css
<style>
a { background-color: #4D8759; }
a { background-color: rgb(77,135,89); }
div.DivClassName
{
background-color: #4D8759;
}
.BgClassName
{
background-color: #4D8759;
}
</style>
border-color css
<style>
span { border-color: #4D8759; }
span { border-color: rgb(77,135,89); }
td.TdClassName
{
border-color: #4D8759;
}
.TagClassName
{
border-color: #4D8759;
}
</style>