Shades of Como #4E855F
Tints of Como #4E855F
RGB
CMYK
RGB Variations
Color information
#4E855F (or 0x4E855F) is known color: Como. HEX triplet: 4E, 85 and 5F. RGB value is (78,133,95). Sum of RGB (Red+Green+Blue) = 78+133+95=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #4E855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E855F is #B17AA0. Grayscale: #707070. Windows color (decimal): -11631265 or 6260046. OLE color: 6260046.
HSL color Cylindrical-coordinate representation of color #4E855F: hue angle of 138.55º 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 #4E855F is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 95 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.48 |
| HSL | 138.55º | 0.26% | 0.41% | - |
| HSV(B) | 138.55º | 0.41% | 0.52% | - |
| XYZ | 13.59 | 19.22 | 13.82 | - |
| YUV | 112.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 95 | 0.41 | 0 | 0.29 | 0.48 | 138.55 | 0.26 | 0.41 |
| Hex | 4E | 85 | 5F | 29 | 0 | 1D | 30 | 8B | 1A | 29 |
| Octal | 116 | 205 | 137 | 51 | 0 | 35 | 60 | 213 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1011111 | 101001 | 0 | 11101 | 110000 | 10001011 | 11010 | 101001 |
Color Harmonies of #4E855F
Complementary color
Monochromatic Colors of #4E855F
Black with #4E855F
Text Example
Text Example
White with #4E855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E855F; }
p { color: rgb(78,133,95); }
H1.HeaderClassName
{
color: #4E855F;
}
.AnyTagClassName
{
color: #4E855F;
}
</style>
background-color css
<style>
a { background-color: #4E855F; }
a { background-color: rgb(78,133,95); }
div.DivClassName
{
background-color: #4E855F;
}
.BgClassName
{
background-color: #4E855F;
}
</style>
border-color css
<style>
span { border-color: #4E855F; }
span { border-color: rgb(78,133,95); }
td.TdClassName
{
border-color: #4E855F;
}
.TagClassName
{
border-color: #4E855F;
}
</style>