Shades of Como #4C8A60
Tints of Como #4C8A60
RGB
CMYK
RGB Variations
Color information
#4C8A60 (or 0x4C8A60) is known color: Como. HEX triplet: 4C, 8A and 60. RGB value is (76,138,96). Sum of RGB (Red+Green+Blue) = 76+138+96=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8A60 is #B3759F. Grayscale: #727272. Windows color (decimal): -11761056 or 6326860. OLE color: 6326860.
HSL color Cylindrical-coordinate representation of color #4C8A60: hue angle of 139.35º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8A60 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 138 | 96 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.46 |
| HSL | 139.35º | 0.29% | 0.42% | - |
| HSV(B) | 139.35º | 0.45% | 0.54% | - |
| XYZ | 14.18 | 20.56 | 14.29 | - |
| YUV | 114.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 96 | 0.45 | 0 | 0.30 | 0.46 | 139.35 | 0.29 | 0.42 |
| Hex | 4C | 8A | 60 | 2D | 0 | 1E | 2E | 8B | 1D | 2A |
| Octal | 114 | 212 | 140 | 55 | 0 | 36 | 56 | 213 | 35 | 52 |
| Binary | 1001100 | 10001010 | 1100000 | 101101 | 0 | 11110 | 101110 | 10001011 | 11101 | 101010 |
Color Harmonies of #4C8A60
Complementary color
Monochromatic Colors of #4C8A60
Black with #4C8A60
Text Example
Text Example
White with #4C8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8A60; }
p { color: rgb(76,138,96); }
H1.HeaderClassName
{
color: #4C8A60;
}
.AnyTagClassName
{
color: #4C8A60;
}
</style>
background-color css
<style>
a { background-color: #4C8A60; }
a { background-color: rgb(76,138,96); }
div.DivClassName
{
background-color: #4C8A60;
}
.BgClassName
{
background-color: #4C8A60;
}
</style>
border-color css
<style>
span { border-color: #4C8A60; }
span { border-color: rgb(76,138,96); }
td.TdClassName
{
border-color: #4C8A60;
}
.TagClassName
{
border-color: #4C8A60;
}
</style>