Shades of Como #4C855F
Tints of Como #4C855F
RGB
CMYK
RGB Variations
Color information
#4C855F (or 0x4C855F) is known color: Como. HEX triplet: 4C, 85 and 5F. RGB value is (76,133,95). Sum of RGB (Red+Green+Blue) = 76+133+95=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #4C855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C855F is #B37AA0. Grayscale: #6F6F6F. Windows color (decimal): -11762337 or 6260044. OLE color: 6260044.
HSL color Cylindrical-coordinate representation of color #4C855F: hue angle of 140º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C855F is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 95 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.48 |
| HSL | 140º | 0.27% | 0.41% | - |
| HSV(B) | 140º | 0.43% | 0.52% | - |
| XYZ | 13.43 | 19.14 | 13.81 | - |
| YUV | 111.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 95 | 0.43 | 0 | 0.29 | 0.48 | 140 | 0.27 | 0.41 |
| Hex | 4C | 85 | 5F | 2B | 0 | 1D | 30 | 8C | 1B | 29 |
| Octal | 114 | 205 | 137 | 53 | 0 | 35 | 60 | 214 | 33 | 51 |
| Binary | 1001100 | 10000101 | 1011111 | 101011 | 0 | 11101 | 110000 | 10001100 | 11011 | 101001 |
Color Harmonies of #4C855F
Complementary color
Monochromatic Colors of #4C855F
Black with #4C855F
Text Example
Text Example
White with #4C855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C855F; }
p { color: rgb(76,133,95); }
H1.HeaderClassName
{
color: #4C855F;
}
.AnyTagClassName
{
color: #4C855F;
}
</style>
background-color css
<style>
a { background-color: #4C855F; }
a { background-color: rgb(76,133,95); }
div.DivClassName
{
background-color: #4C855F;
}
.BgClassName
{
background-color: #4C855F;
}
</style>
border-color css
<style>
span { border-color: #4C855F; }
span { border-color: rgb(76,133,95); }
td.TdClassName
{
border-color: #4C855F;
}
.TagClassName
{
border-color: #4C855F;
}
</style>