Shades of Como #4D885A
Tints of Como #4D885A
RGB
CMYK
RGB Variations
Color information
#4D885A (or 0x4D885A) is known color: Como. HEX triplet: 4D, 88 and 5A. RGB value is (77,136,90). Sum of RGB (Red+Green+Blue) = 77+136+90=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #4D885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D885A is #B277A5. Grayscale: #717171. Windows color (decimal): -11696038 or 5933133. OLE color: 5933133.
HSL color Cylindrical-coordinate representation of color #4D885A: hue angle of 133.22º degrees, saturation: 0.28, 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 #4D885A is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 90 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.47 |
| HSL | 133.22º | 0.28% | 0.42% | - |
| HSV(B) | 133.22º | 0.43% | 0.53% | - |
| XYZ | 13.71 | 19.92 | 12.8 | - |
| YUV | 113.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 90 | 0.43 | 0 | 0.34 | 0.47 | 133.22 | 0.28 | 0.42 |
| Hex | 4D | 88 | 5A | 2B | 0 | 22 | 2F | 85 | 1C | 2A |
| Octal | 115 | 210 | 132 | 53 | 0 | 42 | 57 | 205 | 34 | 52 |
| Binary | 1001101 | 10001000 | 1011010 | 101011 | 0 | 100010 | 101111 | 10000101 | 11100 | 101010 |
Color Harmonies of #4D885A
Complementary color
Monochromatic Colors of #4D885A
Black with #4D885A
Text Example
Text Example
White with #4D885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D885A; }
p { color: rgb(77,136,90); }
H1.HeaderClassName
{
color: #4D885A;
}
.AnyTagClassName
{
color: #4D885A;
}
</style>
background-color css
<style>
a { background-color: #4D885A; }
a { background-color: rgb(77,136,90); }
div.DivClassName
{
background-color: #4D885A;
}
.BgClassName
{
background-color: #4D885A;
}
</style>
border-color css
<style>
span { border-color: #4D885A; }
span { border-color: rgb(77,136,90); }
td.TdClassName
{
border-color: #4D885A;
}
.TagClassName
{
border-color: #4D885A;
}
</style>