Shades of Como #4E865B
Tints of Como #4E865B
RGB
CMYK
RGB Variations
Color information
#4E865B (or 0x4E865B) is known color: Como. HEX triplet: 4E, 86 and 5B. RGB value is (78,134,91). Sum of RGB (Red+Green+Blue) = 78+134+91=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #4E865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E865B is #B179A4. Grayscale: #707070. Windows color (decimal): -11631013 or 5998158. OLE color: 5998158.
HSL color Cylindrical-coordinate representation of color #4E865B: hue angle of 133.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E865B is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 134 | 91 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.47 |
| HSL | 133.93º | 0.26% | 0.42% | - |
| HSV(B) | 133.93º | 0.42% | 0.53% | - |
| XYZ | 13.56 | 19.43 | 12.93 | - |
| YUV | 112.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 91 | 0.42 | 0 | 0.32 | 0.47 | 133.93 | 0.26 | 0.42 |
| Hex | 4E | 86 | 5B | 2A | 0 | 20 | 2F | 86 | 1A | 2A |
| Octal | 116 | 206 | 133 | 52 | 0 | 40 | 57 | 206 | 32 | 52 |
| Binary | 1001110 | 10000110 | 1011011 | 101010 | 0 | 100000 | 101111 | 10000110 | 11010 | 101010 |
Color Harmonies of #4E865B
Complementary color
Monochromatic Colors of #4E865B
Black with #4E865B
Text Example
Text Example
White with #4E865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E865B; }
p { color: rgb(78,134,91); }
H1.HeaderClassName
{
color: #4E865B;
}
.AnyTagClassName
{
color: #4E865B;
}
</style>
background-color css
<style>
a { background-color: #4E865B; }
a { background-color: rgb(78,134,91); }
div.DivClassName
{
background-color: #4E865B;
}
.BgClassName
{
background-color: #4E865B;
}
</style>
border-color css
<style>
span { border-color: #4E865B; }
span { border-color: rgb(78,134,91); }
td.TdClassName
{
border-color: #4E865B;
}
.TagClassName
{
border-color: #4E865B;
}
</style>