Shades of Como #4D895D
Tints of Como #4D895D
RGB
CMYK
RGB Variations
Color information
#4D895D (or 0x4D895D) is known color: Como. HEX triplet: 4D, 89 and 5D. RGB value is (77,137,93). Sum of RGB (Red+Green+Blue) = 77+137+93=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #4D895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D895D is #B276A2. Grayscale: #727272. Windows color (decimal): -11695779 or 6129997. OLE color: 6129997.
HSL color Cylindrical-coordinate representation of color #4D895D: hue angle of 136º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D895D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 93 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.46 |
| HSL | 136º | 0.28% | 0.42% | - |
| HSV(B) | 136º | 0.44% | 0.54% | - |
| XYZ | 13.98 | 20.26 | 13.53 | - |
| YUV | 114.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 93 | 0.44 | 0 | 0.32 | 0.46 | 136 | 0.28 | 0.42 |
| Hex | 4D | 89 | 5D | 2C | 0 | 20 | 2E | 88 | 1C | 2A |
| Octal | 115 | 211 | 135 | 54 | 0 | 40 | 56 | 210 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1011101 | 101100 | 0 | 100000 | 101110 | 10001000 | 11100 | 101010 |
Color Harmonies of #4D895D
Complementary color
Monochromatic Colors of #4D895D
Black with #4D895D
Text Example
Text Example
White with #4D895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D895D; }
p { color: rgb(77,137,93); }
H1.HeaderClassName
{
color: #4D895D;
}
.AnyTagClassName
{
color: #4D895D;
}
</style>
background-color css
<style>
a { background-color: #4D895D; }
a { background-color: rgb(77,137,93); }
div.DivClassName
{
background-color: #4D895D;
}
.BgClassName
{
background-color: #4D895D;
}
</style>
border-color css
<style>
span { border-color: #4D895D; }
span { border-color: rgb(77,137,93); }
td.TdClassName
{
border-color: #4D895D;
}
.TagClassName
{
border-color: #4D895D;
}
</style>