Shades of Como #4D865C
Tints of Como #4D865C
RGB
CMYK
RGB Variations
Color information
#4D865C (or 0x4D865C) is known color: Como. HEX triplet: 4D, 86 and 5C. RGB value is (77,134,92). Sum of RGB (Red+Green+Blue) = 77+134+92=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #4D865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D865C is #B279A3. Grayscale: #707070. Windows color (decimal): -11696548 or 6063693. OLE color: 6063693.
HSL color Cylindrical-coordinate representation of color #4D865C: hue angle of 135.79º 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 #4D865C is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 92 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.47 |
| HSL | 135.79º | 0.27% | 0.41% | - |
| HSV(B) | 135.79º | 0.43% | 0.53% | - |
| XYZ | 13.52 | 19.4 | 13.16 | - |
| YUV | 112.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 92 | 0.43 | 0 | 0.31 | 0.47 | 135.79 | 0.27 | 0.41 |
| Hex | 4D | 86 | 5C | 2B | 0 | 1F | 2F | 88 | 1B | 29 |
| Octal | 115 | 206 | 134 | 53 | 0 | 37 | 57 | 210 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1011100 | 101011 | 0 | 11111 | 101111 | 10001000 | 11011 | 101001 |
Color Harmonies of #4D865C
Complementary color
Monochromatic Colors of #4D865C
Black with #4D865C
Text Example
Text Example
White with #4D865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D865C; }
p { color: rgb(77,134,92); }
H1.HeaderClassName
{
color: #4D865C;
}
.AnyTagClassName
{
color: #4D865C;
}
</style>
background-color css
<style>
a { background-color: #4D865C; }
a { background-color: rgb(77,134,92); }
div.DivClassName
{
background-color: #4D865C;
}
.BgClassName
{
background-color: #4D865C;
}
</style>
border-color css
<style>
span { border-color: #4D865C; }
span { border-color: rgb(77,134,92); }
td.TdClassName
{
border-color: #4D865C;
}
.TagClassName
{
border-color: #4D865C;
}
</style>