Shades of Como #4D895B
Tints of Como #4D895B
RGB
CMYK
RGB Variations
Color information
#4D895B (or 0x4D895B) is known color: Como. HEX triplet: 4D, 89 and 5B. RGB value is (77,137,91). Sum of RGB (Red+Green+Blue) = 77+137+91=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #4D895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D895B is #B276A4. Grayscale: #717171. Windows color (decimal): -11695781 or 5998925. OLE color: 5998925.
HSL color Cylindrical-coordinate representation of color #4D895B: hue angle of 134º 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 #4D895B is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 91 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.46 |
| HSL | 134º | 0.28% | 0.42% | - |
| HSV(B) | 134º | 0.44% | 0.54% | - |
| XYZ | 13.89 | 20.22 | 13.07 | - |
| YUV | 113.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 91 | 0.44 | 0 | 0.34 | 0.46 | 134 | 0.28 | 0.42 |
| Hex | 4D | 89 | 5B | 2C | 0 | 22 | 2E | 86 | 1C | 2A |
| Octal | 115 | 211 | 133 | 54 | 0 | 42 | 56 | 206 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1011011 | 101100 | 0 | 100010 | 101110 | 10000110 | 11100 | 101010 |
Color Harmonies of #4D895B
Complementary color
Monochromatic Colors of #4D895B
Black with #4D895B
Text Example
Text Example
White with #4D895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D895B; }
p { color: rgb(77,137,91); }
H1.HeaderClassName
{
color: #4D895B;
}
.AnyTagClassName
{
color: #4D895B;
}
</style>
background-color css
<style>
a { background-color: #4D895B; }
a { background-color: rgb(77,137,91); }
div.DivClassName
{
background-color: #4D895B;
}
.BgClassName
{
background-color: #4D895B;
}
</style>
border-color css
<style>
span { border-color: #4D895B; }
span { border-color: rgb(77,137,91); }
td.TdClassName
{
border-color: #4D895B;
}
.TagClassName
{
border-color: #4D895B;
}
</style>