Shades of Como #4E785E
Tints of Como #4E785E
RGB
CMYK
RGB Variations
Color information
#4E785E (or 0x4E785E) is known color: Como. HEX triplet: 4E, 78 and 5E. RGB value is (78,120,94). Sum of RGB (Red+Green+Blue) = 78+120+94=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #4E785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E785E is #B187A1. Grayscale: #686868. Windows color (decimal): -11634594 or 6191182. OLE color: 6191182.
HSL color Cylindrical-coordinate representation of color #4E785E: hue angle of 142.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E785E is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 120 | 94 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.53 |
| HSL | 142.86º | 0.21% | 0.39% | - |
| HSV(B) | 142.86º | 0.35% | 0.47% | - |
| XYZ | 11.88 | 15.86 | 13.03 | - |
| YUV | 104.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 94 | 0.35 | 0 | 0.22 | 0.53 | 142.86 | 0.21 | 0.39 |
| Hex | 4E | 78 | 5E | 23 | 0 | 16 | 35 | 8F | 15 | 27 |
| Octal | 116 | 170 | 136 | 43 | 0 | 26 | 65 | 217 | 25 | 47 |
| Binary | 1001110 | 1111000 | 1011110 | 100011 | 0 | 10110 | 110101 | 10001111 | 10101 | 100111 |
Color Harmonies of #4E785E
Complementary color
Monochromatic Colors of #4E785E
Black with #4E785E
Text Example
Text Example
White with #4E785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E785E; }
p { color: rgb(78,120,94); }
H1.HeaderClassName
{
color: #4E785E;
}
.AnyTagClassName
{
color: #4E785E;
}
</style>
background-color css
<style>
a { background-color: #4E785E; }
a { background-color: rgb(78,120,94); }
div.DivClassName
{
background-color: #4E785E;
}
.BgClassName
{
background-color: #4E785E;
}
</style>
border-color css
<style>
span { border-color: #4E785E; }
span { border-color: rgb(78,120,94); }
td.TdClassName
{
border-color: #4E785E;
}
.TagClassName
{
border-color: #4E785E;
}
</style>