Shades of Como #4D8764
Tints of Como #4D8764
RGB
CMYK
RGB Variations
Color information
#4D8764 (or 0x4D8764) is known color: Como. HEX triplet: 4D, 87 and 64. RGB value is (77,135,100). Sum of RGB (Red+Green+Blue) = 77+135+100=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8764 is #B2789B. Grayscale: #717171. Windows color (decimal): -11696284 or 6588237. OLE color: 6588237.
HSL color Cylindrical-coordinate representation of color #4D8764: hue angle of 143.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8764 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 100 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.47 |
| HSL | 143.79º | 0.27% | 0.42% | - |
| HSV(B) | 143.79º | 0.43% | 0.53% | - |
| XYZ | 14.02 | 19.83 | 15.14 | - |
| YUV | 113.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 100 | 0.43 | 0 | 0.26 | 0.47 | 143.79 | 0.27 | 0.42 |
| Hex | 4D | 87 | 64 | 2B | 0 | 1A | 2F | 90 | 1B | 2A |
| Octal | 115 | 207 | 144 | 53 | 0 | 32 | 57 | 220 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1100100 | 101011 | 0 | 11010 | 101111 | 10010000 | 11011 | 101010 |
Color Harmonies of #4D8764
Complementary color
Monochromatic Colors of #4D8764
Black with #4D8764
Text Example
Text Example
White with #4D8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8764; }
p { color: rgb(77,135,100); }
H1.HeaderClassName
{
color: #4D8764;
}
.AnyTagClassName
{
color: #4D8764;
}
</style>
background-color css
<style>
a { background-color: #4D8764; }
a { background-color: rgb(77,135,100); }
div.DivClassName
{
background-color: #4D8764;
}
.BgClassName
{
background-color: #4D8764;
}
</style>
border-color css
<style>
span { border-color: #4D8764; }
span { border-color: rgb(77,135,100); }
td.TdClassName
{
border-color: #4D8764;
}
.TagClassName
{
border-color: #4D8764;
}
</style>