Shades of Como #4D8058
Tints of Como #4D8058
RGB
CMYK
RGB Variations
Color information
#4D8058 (or 0x4D8058) is known color: Como. HEX triplet: 4D, 80 and 58. RGB value is (77,128,88). Sum of RGB (Red+Green+Blue) = 77+128+88=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8058 is #B27FA7. Grayscale: #6C6C6C. Windows color (decimal): -11698088 or 5800013. OLE color: 5800013.
HSL color Cylindrical-coordinate representation of color #4D8058: hue angle of 132.94º 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 #4D8058 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 88 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.50 |
| HSL | 132.94º | 0.25% | 0.4% | - |
| HSV(B) | 132.94º | 0.4% | 0.5% | - |
| XYZ | 12.54 | 17.72 | 11.99 | - |
| YUV | 108.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 88 | 0.40 | 0 | 0.31 | 0.50 | 132.94 | 0.25 | 0.4 |
| Hex | 4D | 80 | 58 | 28 | 0 | 1F | 32 | 85 | 19 | 28 |
| Octal | 115 | 200 | 130 | 50 | 0 | 37 | 62 | 205 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1011000 | 101000 | 0 | 11111 | 110010 | 10000101 | 11001 | 101000 |
Color Harmonies of #4D8058
Complementary color
Monochromatic Colors of #4D8058
Black with #4D8058
Text Example
Text Example
White with #4D8058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8058; }
p { color: rgb(77,128,88); }
H1.HeaderClassName
{
color: #4D8058;
}
.AnyTagClassName
{
color: #4D8058;
}
</style>
background-color css
<style>
a { background-color: #4D8058; }
a { background-color: rgb(77,128,88); }
div.DivClassName
{
background-color: #4D8058;
}
.BgClassName
{
background-color: #4D8058;
}
</style>
border-color css
<style>
span { border-color: #4D8058; }
span { border-color: rgb(77,128,88); }
td.TdClassName
{
border-color: #4D8058;
}
.TagClassName
{
border-color: #4D8058;
}
</style>