Shades of Como #4F885F
Tints of Como #4F885F
RGB
CMYK
RGB Variations
Color information
#4F885F (or 0x4F885F) is known color: Como. HEX triplet: 4F, 88 and 5F. RGB value is (79,136,95). Sum of RGB (Red+Green+Blue) = 79+136+95=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885F is #B077A0. Grayscale: #727272. Windows color (decimal): -11564961 or 6260815. OLE color: 6260815.
HSL color Cylindrical-coordinate representation of color #4F885F: hue angle of 136.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F885F is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 95 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.47 |
| HSL | 136.84º | 0.27% | 0.42% | - |
| HSV(B) | 136.84º | 0.42% | 0.53% | - |
| XYZ | 14.09 | 20.1 | 13.96 | - |
| YUV | 114.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 95 | 0.42 | 0 | 0.30 | 0.47 | 136.84 | 0.27 | 0.42 |
| Hex | 4F | 88 | 5F | 2A | 0 | 1E | 2F | 89 | 1B | 2A |
| Octal | 117 | 210 | 137 | 52 | 0 | 36 | 57 | 211 | 33 | 52 |
| Binary | 1001111 | 10001000 | 1011111 | 101010 | 0 | 11110 | 101111 | 10001001 | 11011 | 101010 |
Color Harmonies of #4F885F
Complementary color
Monochromatic Colors of #4F885F
Black with #4F885F
Text Example
Text Example
White with #4F885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F885F; }
p { color: rgb(79,136,95); }
H1.HeaderClassName
{
color: #4F885F;
}
.AnyTagClassName
{
color: #4F885F;
}
</style>
background-color css
<style>
a { background-color: #4F885F; }
a { background-color: rgb(79,136,95); }
div.DivClassName
{
background-color: #4F885F;
}
.BgClassName
{
background-color: #4F885F;
}
</style>
border-color css
<style>
span { border-color: #4F885F; }
span { border-color: rgb(79,136,95); }
td.TdClassName
{
border-color: #4F885F;
}
.TagClassName
{
border-color: #4F885F;
}
</style>