Shades of Como #4D8059
Tints of Como #4D8059
RGB
CMYK
RGB Variations
Color information
#4D8059 (or 0x4D8059) is known color: Como. HEX triplet: 4D, 80 and 59. RGB value is (77,128,89). Sum of RGB (Red+Green+Blue) = 77+128+89=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8059 is #B27FA6. Grayscale: #6C6C6C. Windows color (decimal): -11698087 or 5865549. OLE color: 5865549.
HSL color Cylindrical-coordinate representation of color #4D8059: hue angle of 134.12º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8059 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 89 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.50 |
| HSL | 134.12º | 0.25% | 0.4% | - |
| HSV(B) | 134.12º | 0.4% | 0.5% | - |
| XYZ | 12.58 | 17.74 | 12.21 | - |
| YUV | 108.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 89 | 0.40 | 0 | 0.30 | 0.50 | 134.12 | 0.25 | 0.4 |
| Hex | 4D | 80 | 59 | 28 | 0 | 1E | 32 | 86 | 19 | 28 |
| Octal | 115 | 200 | 131 | 50 | 0 | 36 | 62 | 206 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1011001 | 101000 | 0 | 11110 | 110010 | 10000110 | 11001 | 101000 |
Color Harmonies of #4D8059
Complementary color
Monochromatic Colors of #4D8059
Black with #4D8059
Text Example
Text Example
White with #4D8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8059; }
p { color: rgb(77,128,89); }
H1.HeaderClassName
{
color: #4D8059;
}
.AnyTagClassName
{
color: #4D8059;
}
</style>
background-color css
<style>
a { background-color: #4D8059; }
a { background-color: rgb(77,128,89); }
div.DivClassName
{
background-color: #4D8059;
}
.BgClassName
{
background-color: #4D8059;
}
</style>
border-color css
<style>
span { border-color: #4D8059; }
span { border-color: rgb(77,128,89); }
td.TdClassName
{
border-color: #4D8059;
}
.TagClassName
{
border-color: #4D8059;
}
</style>