Shades of Como #4D865E
Tints of Como #4D865E
RGB
CMYK
RGB Variations
Color information
#4D865E (or 0x4D865E) is known color: Como. HEX triplet: 4D, 86 and 5E. RGB value is (77,134,94). Sum of RGB (Red+Green+Blue) = 77+134+94=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #4D865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D865E is #B279A1. Grayscale: #707070. Windows color (decimal): -11696546 or 6194765. OLE color: 6194765.
HSL color Cylindrical-coordinate representation of color #4D865E: hue angle of 137.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D865E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 94 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.47 |
| HSL | 137.89º | 0.27% | 0.41% | - |
| HSV(B) | 137.89º | 0.43% | 0.53% | - |
| XYZ | 13.61 | 19.44 | 13.62 | - |
| YUV | 112.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 94 | 0.43 | 0 | 0.30 | 0.47 | 137.89 | 0.27 | 0.41 |
| Hex | 4D | 86 | 5E | 2B | 0 | 1E | 2F | 8A | 1B | 29 |
| Octal | 115 | 206 | 136 | 53 | 0 | 36 | 57 | 212 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1011110 | 101011 | 0 | 11110 | 101111 | 10001010 | 11011 | 101001 |
Color Harmonies of #4D865E
Complementary color
Monochromatic Colors of #4D865E
Black with #4D865E
Text Example
Text Example
White with #4D865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D865E; }
p { color: rgb(77,134,94); }
H1.HeaderClassName
{
color: #4D865E;
}
.AnyTagClassName
{
color: #4D865E;
}
</style>
background-color css
<style>
a { background-color: #4D865E; }
a { background-color: rgb(77,134,94); }
div.DivClassName
{
background-color: #4D865E;
}
.BgClassName
{
background-color: #4D865E;
}
</style>
border-color css
<style>
span { border-color: #4D865E; }
span { border-color: rgb(77,134,94); }
td.TdClassName
{
border-color: #4D865E;
}
.TagClassName
{
border-color: #4D865E;
}
</style>