Shades of Como #4E7D5D
Tints of Como #4E7D5D
RGB
CMYK
RGB Variations
Color information
#4E7D5D (or 0x4E7D5D) is known color: Como. HEX triplet: 4E, 7D and 5D. RGB value is (78,125,93). Sum of RGB (Red+Green+Blue) = 78+125+93=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7D5D is #B182A2. Grayscale: #6B6B6B. Windows color (decimal): -11633315 or 6126926. OLE color: 6126926.
HSL color Cylindrical-coordinate representation of color #4E7D5D: hue angle of 139.15º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7D5D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 125 | 93 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.51 |
| HSL | 139.15º | 0.23% | 0.4% | - |
| HSV(B) | 139.15º | 0.38% | 0.49% | - |
| XYZ | 12.45 | 17.08 | 13 | - |
| YUV | 107.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 93 | 0.38 | 0 | 0.26 | 0.51 | 139.15 | 0.23 | 0.4 |
| Hex | 4E | 7D | 5D | 26 | 0 | 1A | 33 | 8B | 17 | 28 |
| Octal | 116 | 175 | 135 | 46 | 0 | 32 | 63 | 213 | 27 | 50 |
| Binary | 1001110 | 1111101 | 1011101 | 100110 | 0 | 11010 | 110011 | 10001011 | 10111 | 101000 |
Color Harmonies of #4E7D5D
Complementary color
Monochromatic Colors of #4E7D5D
Black with #4E7D5D
Text Example
Text Example
White with #4E7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D5D; }
p { color: rgb(78,125,93); }
H1.HeaderClassName
{
color: #4E7D5D;
}
.AnyTagClassName
{
color: #4E7D5D;
}
</style>
background-color css
<style>
a { background-color: #4E7D5D; }
a { background-color: rgb(78,125,93); }
div.DivClassName
{
background-color: #4E7D5D;
}
.BgClassName
{
background-color: #4E7D5D;
}
</style>
border-color css
<style>
span { border-color: #4E7D5D; }
span { border-color: rgb(78,125,93); }
td.TdClassName
{
border-color: #4E7D5D;
}
.TagClassName
{
border-color: #4E7D5D;
}
</style>