Shades of Como #4E845D
Tints of Como #4E845D
RGB
CMYK
RGB Variations
Color information
#4E845D (or 0x4E845D) is known color: Como. HEX triplet: 4E, 84 and 5D. RGB value is (78,132,93). Sum of RGB (Red+Green+Blue) = 78+132+93=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #4E845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E845D is #B17BA2. Grayscale: #6F6F6F. Windows color (decimal): -11631523 or 6128718. OLE color: 6128718.
HSL color Cylindrical-coordinate representation of color #4E845D: hue angle of 136.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E845D is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 132 | 93 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.48 |
| HSL | 136.67º | 0.26% | 0.41% | - |
| HSV(B) | 136.67º | 0.41% | 0.52% | - |
| XYZ | 13.37 | 18.91 | 13.3 | - |
| YUV | 111.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 132 | 93 | 0.41 | 0 | 0.30 | 0.48 | 136.67 | 0.26 | 0.41 |
| Hex | 4E | 84 | 5D | 29 | 0 | 1E | 30 | 89 | 1A | 29 |
| Octal | 116 | 204 | 135 | 51 | 0 | 36 | 60 | 211 | 32 | 51 |
| Binary | 1001110 | 10000100 | 1011101 | 101001 | 0 | 11110 | 110000 | 10001001 | 11010 | 101001 |
Color Harmonies of #4E845D
Complementary color
Monochromatic Colors of #4E845D
Black with #4E845D
Text Example
Text Example
White with #4E845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E845D; }
p { color: rgb(78,132,93); }
H1.HeaderClassName
{
color: #4E845D;
}
.AnyTagClassName
{
color: #4E845D;
}
</style>
background-color css
<style>
a { background-color: #4E845D; }
a { background-color: rgb(78,132,93); }
div.DivClassName
{
background-color: #4E845D;
}
.BgClassName
{
background-color: #4E845D;
}
</style>
border-color css
<style>
span { border-color: #4E845D; }
span { border-color: rgb(78,132,93); }
td.TdClassName
{
border-color: #4E845D;
}
.TagClassName
{
border-color: #4E845D;
}
</style>