Shades of Como #4C8458
Tints of Como #4C8458
RGB
CMYK
RGB Variations
Color information
#4C8458 (or 0x4C8458) is known color: Como. HEX triplet: 4C, 84 and 58. RGB value is (76,132,88). Sum of RGB (Red+Green+Blue) = 76+132+88=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #4C8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8458 is #B37BA7. Grayscale: #6E6E6E. Windows color (decimal): -11762600 or 5801036. OLE color: 5801036.
HSL color Cylindrical-coordinate representation of color #4C8458: hue angle of 132.86º 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 #4C8458 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 132 | 88 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.48 |
| HSL | 132.86º | 0.27% | 0.41% | - |
| HSV(B) | 132.86º | 0.42% | 0.52% | - |
| XYZ | 12.99 | 18.74 | 12.17 | - |
| YUV | 110.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 88 | 0.42 | 0 | 0.33 | 0.48 | 132.86 | 0.27 | 0.41 |
| Hex | 4C | 84 | 58 | 2A | 0 | 21 | 30 | 85 | 1B | 29 |
| Octal | 114 | 204 | 130 | 52 | 0 | 41 | 60 | 205 | 33 | 51 |
| Binary | 1001100 | 10000100 | 1011000 | 101010 | 0 | 100001 | 110000 | 10000101 | 11011 | 101001 |
Color Harmonies of #4C8458
Complementary color
Monochromatic Colors of #4C8458
Black with #4C8458
Text Example
Text Example
White with #4C8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8458; }
p { color: rgb(76,132,88); }
H1.HeaderClassName
{
color: #4C8458;
}
.AnyTagClassName
{
color: #4C8458;
}
</style>
background-color css
<style>
a { background-color: #4C8458; }
a { background-color: rgb(76,132,88); }
div.DivClassName
{
background-color: #4C8458;
}
.BgClassName
{
background-color: #4C8458;
}
</style>
border-color css
<style>
span { border-color: #4C8458; }
span { border-color: rgb(76,132,88); }
td.TdClassName
{
border-color: #4C8458;
}
.TagClassName
{
border-color: #4C8458;
}
</style>