Shades of Como #4C845E
Tints of Como #4C845E
RGB
CMYK
RGB Variations
Color information
#4C845E (or 0x4C845E) is known color: Como. HEX triplet: 4C, 84 and 5E. RGB value is (76,132,94). Sum of RGB (Red+Green+Blue) = 76+132+94=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #4C845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C845E is #B37BA1. Grayscale: #6F6F6F. Windows color (decimal): -11762594 or 6194252. OLE color: 6194252.
HSL color Cylindrical-coordinate representation of color #4C845E: hue angle of 139.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C845E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 132 | 94 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.48 |
| HSL | 139.29º | 0.27% | 0.41% | - |
| HSV(B) | 139.29º | 0.42% | 0.52% | - |
| XYZ | 13.25 | 18.85 | 13.53 | - |
| YUV | 110.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 94 | 0.42 | 0 | 0.29 | 0.48 | 139.29 | 0.27 | 0.41 |
| Hex | 4C | 84 | 5E | 2A | 0 | 1D | 30 | 8B | 1B | 29 |
| Octal | 114 | 204 | 136 | 52 | 0 | 35 | 60 | 213 | 33 | 51 |
| Binary | 1001100 | 10000100 | 1011110 | 101010 | 0 | 11101 | 110000 | 10001011 | 11011 | 101001 |
Color Harmonies of #4C845E
Complementary color
Monochromatic Colors of #4C845E
Black with #4C845E
Text Example
Text Example
White with #4C845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C845E; }
p { color: rgb(76,132,94); }
H1.HeaderClassName
{
color: #4C845E;
}
.AnyTagClassName
{
color: #4C845E;
}
</style>
background-color css
<style>
a { background-color: #4C845E; }
a { background-color: rgb(76,132,94); }
div.DivClassName
{
background-color: #4C845E;
}
.BgClassName
{
background-color: #4C845E;
}
</style>
border-color css
<style>
span { border-color: #4C845E; }
span { border-color: rgb(76,132,94); }
td.TdClassName
{
border-color: #4C845E;
}
.TagClassName
{
border-color: #4C845E;
}
</style>