Shades of Como #4E855C
Tints of Como #4E855C
RGB
CMYK
RGB Variations
Color information
#4E855C (or 0x4E855C) is known color: Como. HEX triplet: 4E, 85 and 5C. RGB value is (78,133,92). Sum of RGB (Red+Green+Blue) = 78+133+92=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #4E855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E855C is #B17AA3. Grayscale: #6F6F6F. Windows color (decimal): -11631268 or 6063438. OLE color: 6063438.
HSL color Cylindrical-coordinate representation of color #4E855C: hue angle of 135.27º 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 #4E855C is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 92 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.48 |
| HSL | 135.27º | 0.26% | 0.41% | - |
| HSV(B) | 135.27º | 0.41% | 0.52% | - |
| XYZ | 13.46 | 19.17 | 13.12 | - |
| YUV | 111.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 92 | 0.41 | 0 | 0.31 | 0.48 | 135.27 | 0.26 | 0.41 |
| Hex | 4E | 85 | 5C | 29 | 0 | 1F | 30 | 87 | 1A | 29 |
| Octal | 116 | 205 | 134 | 51 | 0 | 37 | 60 | 207 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1011100 | 101001 | 0 | 11111 | 110000 | 10000111 | 11010 | 101001 |
Color Harmonies of #4E855C
Complementary color
Monochromatic Colors of #4E855C
Black with #4E855C
Text Example
Text Example
White with #4E855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E855C; }
p { color: rgb(78,133,92); }
H1.HeaderClassName
{
color: #4E855C;
}
.AnyTagClassName
{
color: #4E855C;
}
</style>
background-color css
<style>
a { background-color: #4E855C; }
a { background-color: rgb(78,133,92); }
div.DivClassName
{
background-color: #4E855C;
}
.BgClassName
{
background-color: #4E855C;
}
</style>
border-color css
<style>
span { border-color: #4E855C; }
span { border-color: rgb(78,133,92); }
td.TdClassName
{
border-color: #4E855C;
}
.TagClassName
{
border-color: #4E855C;
}
</style>