Shades of Como #4D8660
Tints of Como #4D8660
RGB
CMYK
RGB Variations
Color information
#4D8660 (or 0x4D8660) is known color: Como. HEX triplet: 4D, 86 and 60. RGB value is (77,134,96). Sum of RGB (Red+Green+Blue) = 77+134+96=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8660 is #B2799F. Grayscale: #707070. Windows color (decimal): -11696544 or 6325837. OLE color: 6325837.
HSL color Cylindrical-coordinate representation of color #4D8660: hue angle of 140º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8660 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 96 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.47 |
| HSL | 140º | 0.27% | 0.41% | - |
| HSV(B) | 140º | 0.43% | 0.53% | - |
| XYZ | 13.7 | 19.47 | 14.1 | - |
| YUV | 112.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 96 | 0.43 | 0 | 0.28 | 0.47 | 140 | 0.27 | 0.41 |
| Hex | 4D | 86 | 60 | 2B | 0 | 1C | 2F | 8C | 1B | 29 |
| Octal | 115 | 206 | 140 | 53 | 0 | 34 | 57 | 214 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1100000 | 101011 | 0 | 11100 | 101111 | 10001100 | 11011 | 101001 |
Color Harmonies of #4D8660
Complementary color
Monochromatic Colors of #4D8660
Black with #4D8660
Text Example
Text Example
White with #4D8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8660; }
p { color: rgb(77,134,96); }
H1.HeaderClassName
{
color: #4D8660;
}
.AnyTagClassName
{
color: #4D8660;
}
</style>
background-color css
<style>
a { background-color: #4D8660; }
a { background-color: rgb(77,134,96); }
div.DivClassName
{
background-color: #4D8660;
}
.BgClassName
{
background-color: #4D8660;
}
</style>
border-color css
<style>
span { border-color: #4D8660; }
span { border-color: rgb(77,134,96); }
td.TdClassName
{
border-color: #4D8660;
}
.TagClassName
{
border-color: #4D8660;
}
</style>