Shades of Como #4E7358
Tints of Como #4E7358
RGB
CMYK
RGB Variations
Color information
#4E7358 (or 0x4E7358) is known color: Como. HEX triplet: 4E, 73 and 58. RGB value is (78,115,88). Sum of RGB (Red+Green+Blue) = 78+115+88=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7358 is #B18CA7. Grayscale: #646464. Windows color (decimal): -11635880 or 5796686. OLE color: 5796686.
HSL color Cylindrical-coordinate representation of color #4E7358: hue angle of 136.22º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E7358 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 88 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.55 |
| HSL | 136.22º | 0.19% | 0.38% | - |
| HSV(B) | 136.22º | 0.32% | 0.45% | - |
| XYZ | 11.03 | 14.59 | 11.47 | - |
| YUV | 100.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 88 | 0.32 | 0 | 0.23 | 0.55 | 136.22 | 0.19 | 0.38 |
| Hex | 4E | 73 | 58 | 20 | 0 | 17 | 37 | 88 | 13 | 26 |
| Octal | 116 | 163 | 130 | 40 | 0 | 27 | 67 | 210 | 23 | 46 |
| Binary | 1001110 | 1110011 | 1011000 | 100000 | 0 | 10111 | 110111 | 10001000 | 10011 | 100110 |
Color Harmonies of #4E7358
Complementary color
Monochromatic Colors of #4E7358
Black with #4E7358
Text Example
Text Example
White with #4E7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7358; }
p { color: rgb(78,115,88); }
H1.HeaderClassName
{
color: #4E7358;
}
.AnyTagClassName
{
color: #4E7358;
}
</style>
background-color css
<style>
a { background-color: #4E7358; }
a { background-color: rgb(78,115,88); }
div.DivClassName
{
background-color: #4E7358;
}
.BgClassName
{
background-color: #4E7358;
}
</style>
border-color css
<style>
span { border-color: #4E7358; }
span { border-color: rgb(78,115,88); }
td.TdClassName
{
border-color: #4E7358;
}
.TagClassName
{
border-color: #4E7358;
}
</style>