Shades of Como #4E885D
Tints of Como #4E885D
RGB
CMYK
RGB Variations
Color information
#4E885D (or 0x4E885D) is known color: Como. HEX triplet: 4E, 88 and 5D. RGB value is (78,136,93). Sum of RGB (Red+Green+Blue) = 78+136+93=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #4E885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E885D is #B177A2. Grayscale: #717171. Windows color (decimal): -11630499 or 6129742. OLE color: 6129742.
HSL color Cylindrical-coordinate representation of color #4E885D: hue angle of 135.52º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E885D is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 93 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.47 |
| HSL | 135.52º | 0.27% | 0.42% | - |
| HSV(B) | 135.52º | 0.43% | 0.53% | - |
| XYZ | 13.92 | 20.02 | 13.49 | - |
| YUV | 113.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 93 | 0.43 | 0 | 0.32 | 0.47 | 135.52 | 0.27 | 0.42 |
| Hex | 4E | 88 | 5D | 2B | 0 | 20 | 2F | 88 | 1B | 2A |
| Octal | 116 | 210 | 135 | 53 | 0 | 40 | 57 | 210 | 33 | 52 |
| Binary | 1001110 | 10001000 | 1011101 | 101011 | 0 | 100000 | 101111 | 10001000 | 11011 | 101010 |
Color Harmonies of #4E885D
Complementary color
Monochromatic Colors of #4E885D
Black with #4E885D
Text Example
Text Example
White with #4E885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E885D; }
p { color: rgb(78,136,93); }
H1.HeaderClassName
{
color: #4E885D;
}
.AnyTagClassName
{
color: #4E885D;
}
</style>
background-color css
<style>
a { background-color: #4E885D; }
a { background-color: rgb(78,136,93); }
div.DivClassName
{
background-color: #4E885D;
}
.BgClassName
{
background-color: #4E885D;
}
</style>
border-color css
<style>
span { border-color: #4E885D; }
span { border-color: rgb(78,136,93); }
td.TdClassName
{
border-color: #4E885D;
}
.TagClassName
{
border-color: #4E885D;
}
</style>