Shades of Como #4D8661
Tints of Como #4D8661
RGB
CMYK
RGB Variations
Color information
#4D8661 (or 0x4D8661) is known color: Como. HEX triplet: 4D, 86 and 61. RGB value is (77,134,97). Sum of RGB (Red+Green+Blue) = 77+134+97=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8661 is #B2799E. Grayscale: #707070. Windows color (decimal): -11696543 or 6391373. OLE color: 6391373.
HSL color Cylindrical-coordinate representation of color #4D8661: hue angle of 141.05º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8661 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 97 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.47 |
| HSL | 141.05º | 0.27% | 0.41% | - |
| HSV(B) | 141.05º | 0.43% | 0.53% | - |
| XYZ | 13.74 | 19.49 | 14.35 | - |
| YUV | 112.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 97 | 0.43 | 0 | 0.28 | 0.47 | 141.05 | 0.27 | 0.41 |
| Hex | 4D | 86 | 61 | 2B | 0 | 1C | 2F | 8D | 1B | 29 |
| Octal | 115 | 206 | 141 | 53 | 0 | 34 | 57 | 215 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1100001 | 101011 | 0 | 11100 | 101111 | 10001101 | 11011 | 101001 |
Color Harmonies of #4D8661
Complementary color
Monochromatic Colors of #4D8661
Black with #4D8661
Text Example
Text Example
White with #4D8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8661; }
p { color: rgb(77,134,97); }
H1.HeaderClassName
{
color: #4D8661;
}
.AnyTagClassName
{
color: #4D8661;
}
</style>
background-color css
<style>
a { background-color: #4D8661; }
a { background-color: rgb(77,134,97); }
div.DivClassName
{
background-color: #4D8661;
}
.BgClassName
{
background-color: #4D8661;
}
</style>
border-color css
<style>
span { border-color: #4D8661; }
span { border-color: rgb(77,134,97); }
td.TdClassName
{
border-color: #4D8661;
}
.TagClassName
{
border-color: #4D8661;
}
</style>