Shades of Como #4D865F
Tints of Como #4D865F
RGB
CMYK
RGB Variations
Color information
#4D865F (or 0x4D865F) is known color: Como. HEX triplet: 4D, 86 and 5F. RGB value is (77,134,95). Sum of RGB (Red+Green+Blue) = 77+134+95=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #4D865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D865F is #B279A0. Grayscale: #707070. Windows color (decimal): -11696545 or 6260301. OLE color: 6260301.
HSL color Cylindrical-coordinate representation of color #4D865F: hue angle of 138.95º 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 #4D865F is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 95 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.47 |
| HSL | 138.95º | 0.27% | 0.41% | - |
| HSV(B) | 138.95º | 0.43% | 0.53% | - |
| XYZ | 13.65 | 19.45 | 13.86 | - |
| YUV | 112.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 95 | 0.43 | 0 | 0.29 | 0.47 | 138.95 | 0.27 | 0.41 |
| Hex | 4D | 86 | 5F | 2B | 0 | 1D | 2F | 8B | 1B | 29 |
| Octal | 115 | 206 | 137 | 53 | 0 | 35 | 57 | 213 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1011111 | 101011 | 0 | 11101 | 101111 | 10001011 | 11011 | 101001 |
Color Harmonies of #4D865F
Complementary color
Monochromatic Colors of #4D865F
Black with #4D865F
Text Example
Text Example
White with #4D865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D865F; }
p { color: rgb(77,134,95); }
H1.HeaderClassName
{
color: #4D865F;
}
.AnyTagClassName
{
color: #4D865F;
}
</style>
background-color css
<style>
a { background-color: #4D865F; }
a { background-color: rgb(77,134,95); }
div.DivClassName
{
background-color: #4D865F;
}
.BgClassName
{
background-color: #4D865F;
}
</style>
border-color css
<style>
span { border-color: #4D865F; }
span { border-color: rgb(77,134,95); }
td.TdClassName
{
border-color: #4D865F;
}
.TagClassName
{
border-color: #4D865F;
}
</style>