Shades of Como #4D8564
Tints of Como #4D8564
RGB
CMYK
RGB Variations
Color information
#4D8564 (or 0x4D8564) is known color: Como. HEX triplet: 4D, 85 and 64. RGB value is (77,133,100). Sum of RGB (Red+Green+Blue) = 77+133+100=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8564 is #B27A9B. Grayscale: #707070. Windows color (decimal): -11696796 or 6587725. OLE color: 6587725.
HSL color Cylindrical-coordinate representation of color #4D8564: hue angle of 144.64º 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 #4D8564 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 100 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.48 |
| HSL | 144.64º | 0.27% | 0.41% | - |
| HSV(B) | 144.64º | 0.42% | 0.52% | - |
| XYZ | 13.75 | 19.27 | 15.05 | - |
| YUV | 112.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 100 | 0.42 | 0 | 0.25 | 0.48 | 144.64 | 0.27 | 0.41 |
| Hex | 4D | 85 | 64 | 2A | 0 | 19 | 30 | 91 | 1B | 29 |
| Octal | 115 | 205 | 144 | 52 | 0 | 31 | 60 | 221 | 33 | 51 |
| Binary | 1001101 | 10000101 | 1100100 | 101010 | 0 | 11001 | 110000 | 10010001 | 11011 | 101001 |
Color Harmonies of #4D8564
Complementary color
Monochromatic Colors of #4D8564
Black with #4D8564
Text Example
Text Example
White with #4D8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8564; }
p { color: rgb(77,133,100); }
H1.HeaderClassName
{
color: #4D8564;
}
.AnyTagClassName
{
color: #4D8564;
}
</style>
background-color css
<style>
a { background-color: #4D8564; }
a { background-color: rgb(77,133,100); }
div.DivClassName
{
background-color: #4D8564;
}
.BgClassName
{
background-color: #4D8564;
}
</style>
border-color css
<style>
span { border-color: #4D8564; }
span { border-color: rgb(77,133,100); }
td.TdClassName
{
border-color: #4D8564;
}
.TagClassName
{
border-color: #4D8564;
}
</style>