Shades of Como #4E875B
Tints of Como #4E875B
RGB
CMYK
RGB Variations
Color information
#4E875B (or 0x4E875B) is known color: Como. HEX triplet: 4E, 87 and 5B. RGB value is (78,135,91). Sum of RGB (Red+Green+Blue) = 78+135+91=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #4E875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E875B is #B178A4. Grayscale: #717171. Windows color (decimal): -11630757 or 5998414. OLE color: 5998414.
HSL color Cylindrical-coordinate representation of color #4E875B: hue angle of 133.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E875B is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 135 | 91 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.47 |
| HSL | 133.68º | 0.27% | 0.42% | - |
| HSV(B) | 133.68º | 0.42% | 0.53% | - |
| XYZ | 13.69 | 19.7 | 12.98 | - |
| YUV | 112.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 135 | 91 | 0.42 | 0 | 0.33 | 0.47 | 133.68 | 0.27 | 0.42 |
| Hex | 4E | 87 | 5B | 2A | 0 | 21 | 2F | 86 | 1B | 2A |
| Octal | 116 | 207 | 133 | 52 | 0 | 41 | 57 | 206 | 33 | 52 |
| Binary | 1001110 | 10000111 | 1011011 | 101010 | 0 | 100001 | 101111 | 10000110 | 11011 | 101010 |
Color Harmonies of #4E875B
Complementary color
Monochromatic Colors of #4E875B
Black with #4E875B
Text Example
Text Example
White with #4E875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E875B; }
p { color: rgb(78,135,91); }
H1.HeaderClassName
{
color: #4E875B;
}
.AnyTagClassName
{
color: #4E875B;
}
</style>
background-color css
<style>
a { background-color: #4E875B; }
a { background-color: rgb(78,135,91); }
div.DivClassName
{
background-color: #4E875B;
}
.BgClassName
{
background-color: #4E875B;
}
</style>
border-color css
<style>
span { border-color: #4E875B; }
span { border-color: rgb(78,135,91); }
td.TdClassName
{
border-color: #4E875B;
}
.TagClassName
{
border-color: #4E875B;
}
</style>