Shades of Como #4C8162
Tints of Como #4C8162
RGB
CMYK
RGB Variations
Color information
#4C8162 (or 0x4C8162) is known color: Como. HEX triplet: 4C, 81 and 62. RGB value is (76,129,98). Sum of RGB (Red+Green+Blue) = 76+129+98=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8162 is #B37E9D. Grayscale: #6D6D6D. Windows color (decimal): -11763358 or 6455628. OLE color: 6455628.
HSL color Cylindrical-coordinate representation of color #4C8162: hue angle of 144.91º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8162 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 98 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.49 |
| HSL | 144.91º | 0.26% | 0.4% | - |
| HSV(B) | 144.91º | 0.41% | 0.51% | - |
| XYZ | 13.04 | 18.12 | 14.37 | - |
| YUV | 109.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 98 | 0.41 | 0 | 0.24 | 0.49 | 144.91 | 0.26 | 0.4 |
| Hex | 4C | 81 | 62 | 29 | 0 | 18 | 31 | 91 | 1A | 28 |
| Octal | 114 | 201 | 142 | 51 | 0 | 30 | 61 | 221 | 32 | 50 |
| Binary | 1001100 | 10000001 | 1100010 | 101001 | 0 | 11000 | 110001 | 10010001 | 11010 | 101000 |
Color Harmonies of #4C8162
Complementary color
Monochromatic Colors of #4C8162
Black with #4C8162
Text Example
Text Example
White with #4C8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8162; }
p { color: rgb(76,129,98); }
H1.HeaderClassName
{
color: #4C8162;
}
.AnyTagClassName
{
color: #4C8162;
}
</style>
background-color css
<style>
a { background-color: #4C8162; }
a { background-color: rgb(76,129,98); }
div.DivClassName
{
background-color: #4C8162;
}
.BgClassName
{
background-color: #4C8162;
}
</style>
border-color css
<style>
span { border-color: #4C8162; }
span { border-color: rgb(76,129,98); }
td.TdClassName
{
border-color: #4C8162;
}
.TagClassName
{
border-color: #4C8162;
}
</style>