Shades of Como #4E735A
Tints of Como #4E735A
RGB
CMYK
RGB Variations
Color information
#4E735A (or 0x4E735A) is known color: Como. HEX triplet: 4E, 73 and 5A. RGB value is (78,115,90). Sum of RGB (Red+Green+Blue) = 78+115+90=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #4E735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E735A is #B18CA5. Grayscale: #656565. Windows color (decimal): -11635878 or 5927758. OLE color: 5927758.
HSL color Cylindrical-coordinate representation of color #4E735A: hue angle of 139.46º 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 #4E735A is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 90 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.55 |
| HSL | 139.46º | 0.19% | 0.38% | - |
| HSV(B) | 139.46º | 0.32% | 0.45% | - |
| XYZ | 11.12 | 14.62 | 11.91 | - |
| YUV | 101.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 90 | 0.32 | 0 | 0.22 | 0.55 | 139.46 | 0.19 | 0.38 |
| Hex | 4E | 73 | 5A | 20 | 0 | 16 | 37 | 8B | 13 | 26 |
| Octal | 116 | 163 | 132 | 40 | 0 | 26 | 67 | 213 | 23 | 46 |
| Binary | 1001110 | 1110011 | 1011010 | 100000 | 0 | 10110 | 110111 | 10001011 | 10011 | 100110 |
Color Harmonies of #4E735A
Complementary color
Monochromatic Colors of #4E735A
Black with #4E735A
Text Example
Text Example
White with #4E735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E735A; }
p { color: rgb(78,115,90); }
H1.HeaderClassName
{
color: #4E735A;
}
.AnyTagClassName
{
color: #4E735A;
}
</style>
background-color css
<style>
a { background-color: #4E735A; }
a { background-color: rgb(78,115,90); }
div.DivClassName
{
background-color: #4E735A;
}
.BgClassName
{
background-color: #4E735A;
}
</style>
border-color css
<style>
span { border-color: #4E735A; }
span { border-color: rgb(78,115,90); }
td.TdClassName
{
border-color: #4E735A;
}
.TagClassName
{
border-color: #4E735A;
}
</style>