Shades of Como #4E885A
Tints of Como #4E885A
RGB
CMYK
RGB Variations
Color information
#4E885A (or 0x4E885A) is known color: Como. HEX triplet: 4E, 88 and 5A. RGB value is (78,136,90). Sum of RGB (Red+Green+Blue) = 78+136+90=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #4E885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E885A is #B177A5. Grayscale: #717171. Windows color (decimal): -11630502 or 5933134. OLE color: 5933134.
HSL color Cylindrical-coordinate representation of color #4E885A: hue angle of 132.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E885A is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 90 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.47 |
| HSL | 132.41º | 0.27% | 0.42% | - |
| HSV(B) | 132.41º | 0.43% | 0.53% | - |
| XYZ | 13.79 | 19.97 | 12.8 | - |
| YUV | 113.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 90 | 0.43 | 0 | 0.34 | 0.47 | 132.41 | 0.27 | 0.42 |
| Hex | 4E | 88 | 5A | 2B | 0 | 22 | 2F | 84 | 1B | 2A |
| Octal | 116 | 210 | 132 | 53 | 0 | 42 | 57 | 204 | 33 | 52 |
| Binary | 1001110 | 10001000 | 1011010 | 101011 | 0 | 100010 | 101111 | 10000100 | 11011 | 101010 |
Color Harmonies of #4E885A
Complementary color
Monochromatic Colors of #4E885A
Black with #4E885A
Text Example
Text Example
White with #4E885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E885A; }
p { color: rgb(78,136,90); }
H1.HeaderClassName
{
color: #4E885A;
}
.AnyTagClassName
{
color: #4E885A;
}
</style>
background-color css
<style>
a { background-color: #4E885A; }
a { background-color: rgb(78,136,90); }
div.DivClassName
{
background-color: #4E885A;
}
.BgClassName
{
background-color: #4E885A;
}
</style>
border-color css
<style>
span { border-color: #4E885A; }
span { border-color: rgb(78,136,90); }
td.TdClassName
{
border-color: #4E885A;
}
.TagClassName
{
border-color: #4E885A;
}
</style>