Shades of Como #4D7258
Tints of Como #4D7258
RGB
CMYK
RGB Variations
Color information
#4D7258 (or 0x4D7258) is known color: Como. HEX triplet: 4D, 72 and 58. RGB value is (77,114,88). Sum of RGB (Red+Green+Blue) = 77+114+88=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7258 is #B28DA7. Grayscale: #646464. Windows color (decimal): -11701672 or 5796429. OLE color: 5796429.
HSL color Cylindrical-coordinate representation of color #4D7258: hue angle of 137.84º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7258 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 88 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.55 |
| HSL | 137.84º | 0.19% | 0.37% | - |
| HSV(B) | 137.84º | 0.32% | 0.45% | - |
| XYZ | 10.84 | 14.32 | 11.42 | - |
| YUV | 99.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 88 | 0.32 | 0 | 0.23 | 0.55 | 137.84 | 0.19 | 0.37 |
| Hex | 4D | 72 | 58 | 20 | 0 | 17 | 37 | 8A | 13 | 25 |
| Octal | 115 | 162 | 130 | 40 | 0 | 27 | 67 | 212 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1011000 | 100000 | 0 | 10111 | 110111 | 10001010 | 10011 | 100101 |
Color Harmonies of #4D7258
Complementary color
Monochromatic Colors of #4D7258
Black with #4D7258
Text Example
Text Example
White with #4D7258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7258; }
p { color: rgb(77,114,88); }
H1.HeaderClassName
{
color: #4D7258;
}
.AnyTagClassName
{
color: #4D7258;
}
</style>
background-color css
<style>
a { background-color: #4D7258; }
a { background-color: rgb(77,114,88); }
div.DivClassName
{
background-color: #4D7258;
}
.BgClassName
{
background-color: #4D7258;
}
</style>
border-color css
<style>
span { border-color: #4D7258; }
span { border-color: rgb(77,114,88); }
td.TdClassName
{
border-color: #4D7258;
}
.TagClassName
{
border-color: #4D7258;
}
</style>