Shades of Como #4F855E
Tints of Como #4F855E
RGB
CMYK
RGB Variations
Color information
#4F855E (or 0x4F855E) is known color: Como. HEX triplet: 4F, 85 and 5E. RGB value is (79,133,94). Sum of RGB (Red+Green+Blue) = 79+133+94=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #4F855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F855E is #B07AA1. Grayscale: #707070. Windows color (decimal): -11565730 or 6194511. OLE color: 6194511.
HSL color Cylindrical-coordinate representation of color #4F855E: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F855E is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 94 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.48 |
| HSL | 136.67º | 0.25% | 0.42% | - |
| HSV(B) | 136.67º | 0.41% | 0.52% | - |
| XYZ | 13.63 | 19.25 | 13.59 | - |
| YUV | 112.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 94 | 0.41 | 0 | 0.29 | 0.48 | 136.67 | 0.25 | 0.42 |
| Hex | 4F | 85 | 5E | 29 | 0 | 1D | 30 | 89 | 19 | 2A |
| Octal | 117 | 205 | 136 | 51 | 0 | 35 | 60 | 211 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1011110 | 101001 | 0 | 11101 | 110000 | 10001001 | 11001 | 101010 |
Color Harmonies of #4F855E
Complementary color
Monochromatic Colors of #4F855E
Black with #4F855E
Text Example
Text Example
White with #4F855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F855E; }
p { color: rgb(79,133,94); }
H1.HeaderClassName
{
color: #4F855E;
}
.AnyTagClassName
{
color: #4F855E;
}
</style>
background-color css
<style>
a { background-color: #4F855E; }
a { background-color: rgb(79,133,94); }
div.DivClassName
{
background-color: #4F855E;
}
.BgClassName
{
background-color: #4F855E;
}
</style>
border-color css
<style>
span { border-color: #4F855E; }
span { border-color: rgb(79,133,94); }
td.TdClassName
{
border-color: #4F855E;
}
.TagClassName
{
border-color: #4F855E;
}
</style>