Shades of Como #4E875D
Tints of Como #4E875D
RGB
CMYK
RGB Variations
Color information
#4E875D (or 0x4E875D) is known color: Como. HEX triplet: 4E, 87 and 5D. RGB value is (78,135,93). Sum of RGB (Red+Green+Blue) = 78+135+93=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #4E875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E875D is #B178A2. Grayscale: #717171. Windows color (decimal): -11630755 or 6129486. OLE color: 6129486.
HSL color Cylindrical-coordinate representation of color #4E875D: hue angle of 135.79º degrees, saturation: 0.27, 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 #4E875D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 135 | 93 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.47 |
| HSL | 135.79º | 0.27% | 0.42% | - |
| HSV(B) | 135.79º | 0.42% | 0.53% | - |
| XYZ | 13.78 | 19.74 | 13.44 | - |
| YUV | 113.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 135 | 93 | 0.42 | 0 | 0.31 | 0.47 | 135.79 | 0.27 | 0.42 |
| Hex | 4E | 87 | 5D | 2A | 0 | 1F | 2F | 88 | 1B | 2A |
| Octal | 116 | 207 | 135 | 52 | 0 | 37 | 57 | 210 | 33 | 52 |
| Binary | 1001110 | 10000111 | 1011101 | 101010 | 0 | 11111 | 101111 | 10001000 | 11011 | 101010 |
Color Harmonies of #4E875D
Complementary color
Monochromatic Colors of #4E875D
Black with #4E875D
Text Example
Text Example
White with #4E875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E875D; }
p { color: rgb(78,135,93); }
H1.HeaderClassName
{
color: #4E875D;
}
.AnyTagClassName
{
color: #4E875D;
}
</style>
background-color css
<style>
a { background-color: #4E875D; }
a { background-color: rgb(78,135,93); }
div.DivClassName
{
background-color: #4E875D;
}
.BgClassName
{
background-color: #4E875D;
}
</style>
border-color css
<style>
span { border-color: #4E875D; }
span { border-color: rgb(78,135,93); }
td.TdClassName
{
border-color: #4E875D;
}
.TagClassName
{
border-color: #4E875D;
}
</style>