Shades of Como #4C8D5F
Tints of Como #4C8D5F
RGB
CMYK
RGB Variations
Color information
#4C8D5F (or 0x4C8D5F) is known color: Como. HEX triplet: 4C, 8D and 5F. RGB value is (76,141,95). Sum of RGB (Red+Green+Blue) = 76+141+95=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D5F is #B372A0. Grayscale: #747474. Windows color (decimal): -11760289 or 6262092. OLE color: 6262092.
HSL color Cylindrical-coordinate representation of color #4C8D5F: hue angle of 137.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D5F is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 141 | 95 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.45 |
| HSL | 137.54º | 0.3% | 0.43% | - |
| HSV(B) | 137.54º | 0.46% | 0.55% | - |
| XYZ | 14.57 | 21.41 | 14.19 | - |
| YUV | 116.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 95 | 0.46 | 0 | 0.33 | 0.45 | 137.54 | 0.3 | 0.43 |
| Hex | 4C | 8D | 5F | 2E | 0 | 21 | 2D | 8A | 1E | 2B |
| Octal | 114 | 215 | 137 | 56 | 0 | 41 | 55 | 212 | 36 | 53 |
| Binary | 1001100 | 10001101 | 1011111 | 101110 | 0 | 100001 | 101101 | 10001010 | 11110 | 101011 |
Color Harmonies of #4C8D5F
Complementary color
Monochromatic Colors of #4C8D5F
Black with #4C8D5F
Text Example
Text Example
White with #4C8D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8D5F; }
p { color: rgb(76,141,95); }
H1.HeaderClassName
{
color: #4C8D5F;
}
.AnyTagClassName
{
color: #4C8D5F;
}
</style>
background-color css
<style>
a { background-color: #4C8D5F; }
a { background-color: rgb(76,141,95); }
div.DivClassName
{
background-color: #4C8D5F;
}
.BgClassName
{
background-color: #4C8D5F;
}
</style>
border-color css
<style>
span { border-color: #4C8D5F; }
span { border-color: rgb(76,141,95); }
td.TdClassName
{
border-color: #4C8D5F;
}
.TagClassName
{
border-color: #4C8D5F;
}
</style>