Shades of Como #4C8B64
Tints of Como #4C8B64
RGB
CMYK
RGB Variations
Color information
#4C8B64 (or 0x4C8B64) is known color: Como. HEX triplet: 4C, 8B and 64. RGB value is (76,139,100). Sum of RGB (Red+Green+Blue) = 76+139+100=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B64 is #B3749B. Grayscale: #737373. Windows color (decimal): -11760796 or 6589260. OLE color: 6589260.
HSL color Cylindrical-coordinate representation of color #4C8B64: hue angle of 142.86º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B64 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 139 | 100 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.45 |
| HSL | 142.86º | 0.29% | 0.42% | - |
| HSV(B) | 142.86º | 0.45% | 0.55% | - |
| XYZ | 14.51 | 20.92 | 15.33 | - |
| YUV | 115.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 100 | 0.45 | 0 | 0.28 | 0.45 | 142.86 | 0.29 | 0.42 |
| Hex | 4C | 8B | 64 | 2D | 0 | 1C | 2D | 8F | 1D | 2A |
| Octal | 114 | 213 | 144 | 55 | 0 | 34 | 55 | 217 | 35 | 52 |
| Binary | 1001100 | 10001011 | 1100100 | 101101 | 0 | 11100 | 101101 | 10001111 | 11101 | 101010 |
Color Harmonies of #4C8B64
Complementary color
Monochromatic Colors of #4C8B64
Black with #4C8B64
Text Example
Text Example
White with #4C8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8B64; }
p { color: rgb(76,139,100); }
H1.HeaderClassName
{
color: #4C8B64;
}
.AnyTagClassName
{
color: #4C8B64;
}
</style>
background-color css
<style>
a { background-color: #4C8B64; }
a { background-color: rgb(76,139,100); }
div.DivClassName
{
background-color: #4C8B64;
}
.BgClassName
{
background-color: #4C8B64;
}
</style>
border-color css
<style>
span { border-color: #4C8B64; }
span { border-color: rgb(76,139,100); }
td.TdClassName
{
border-color: #4C8B64;
}
.TagClassName
{
border-color: #4C8B64;
}
</style>