Shades of Como #4C885D
Tints of Como #4C885D
RGB
CMYK
RGB Variations
Color information
#4C885D (or 0x4C885D) is known color: Como. HEX triplet: 4C, 88 and 5D. RGB value is (76,136,93). Sum of RGB (Red+Green+Blue) = 76+136+93=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #4C885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C885D is #B377A2. Grayscale: #717171. Windows color (decimal): -11761571 or 6129740. OLE color: 6129740.
HSL color Cylindrical-coordinate representation of color #4C885D: hue angle of 137º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C885D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 93 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.47 |
| HSL | 137º | 0.28% | 0.42% | - |
| HSV(B) | 137º | 0.44% | 0.53% | - |
| XYZ | 13.76 | 19.94 | 13.48 | - |
| YUV | 113.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 93 | 0.44 | 0 | 0.32 | 0.47 | 137 | 0.28 | 0.42 |
| Hex | 4C | 88 | 5D | 2C | 0 | 20 | 2F | 89 | 1C | 2A |
| Octal | 114 | 210 | 135 | 54 | 0 | 40 | 57 | 211 | 34 | 52 |
| Binary | 1001100 | 10001000 | 1011101 | 101100 | 0 | 100000 | 101111 | 10001001 | 11100 | 101010 |
Color Harmonies of #4C885D
Complementary color
Monochromatic Colors of #4C885D
Black with #4C885D
Text Example
Text Example
White with #4C885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C885D; }
p { color: rgb(76,136,93); }
H1.HeaderClassName
{
color: #4C885D;
}
.AnyTagClassName
{
color: #4C885D;
}
</style>
background-color css
<style>
a { background-color: #4C885D; }
a { background-color: rgb(76,136,93); }
div.DivClassName
{
background-color: #4C885D;
}
.BgClassName
{
background-color: #4C885D;
}
</style>
border-color css
<style>
span { border-color: #4C885D; }
span { border-color: rgb(76,136,93); }
td.TdClassName
{
border-color: #4C885D;
}
.TagClassName
{
border-color: #4C885D;
}
</style>