Shades of Como #4D8560
Tints of Como #4D8560
RGB
CMYK
RGB Variations
Color information
#4D8560 (or 0x4D8560) is known color: Como. HEX triplet: 4D, 85 and 60. RGB value is (77,133,96). Sum of RGB (Red+Green+Blue) = 77+133+96=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8560 is #B27A9F. Grayscale: #707070. Windows color (decimal): -11696800 or 6325581. OLE color: 6325581.
HSL color Cylindrical-coordinate representation of color #4D8560: hue angle of 140.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D8560 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 96 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.48 |
| HSL | 140.36º | 0.27% | 0.41% | - |
| HSV(B) | 140.36º | 0.42% | 0.52% | - |
| XYZ | 13.56 | 19.2 | 14.06 | - |
| YUV | 112.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 96 | 0.42 | 0 | 0.28 | 0.48 | 140.36 | 0.27 | 0.41 |
| Hex | 4D | 85 | 60 | 2A | 0 | 1C | 30 | 8C | 1B | 29 |
| Octal | 115 | 205 | 140 | 52 | 0 | 34 | 60 | 214 | 33 | 51 |
| Binary | 1001101 | 10000101 | 1100000 | 101010 | 0 | 11100 | 110000 | 10001100 | 11011 | 101001 |
Color Harmonies of #4D8560
Complementary color
Monochromatic Colors of #4D8560
Black with #4D8560
Text Example
Text Example
White with #4D8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8560; }
p { color: rgb(77,133,96); }
H1.HeaderClassName
{
color: #4D8560;
}
.AnyTagClassName
{
color: #4D8560;
}
</style>
background-color css
<style>
a { background-color: #4D8560; }
a { background-color: rgb(77,133,96); }
div.DivClassName
{
background-color: #4D8560;
}
.BgClassName
{
background-color: #4D8560;
}
</style>
border-color css
<style>
span { border-color: #4D8560; }
span { border-color: rgb(77,133,96); }
td.TdClassName
{
border-color: #4D8560;
}
.TagClassName
{
border-color: #4D8560;
}
</style>