Shades of Como #4F885D
Tints of Como #4F885D
RGB
CMYK
RGB Variations
Color information
#4F885D (or 0x4F885D) is known color: Como. HEX triplet: 4F, 88 and 5D. RGB value is (79,136,93). Sum of RGB (Red+Green+Blue) = 79+136+93=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885D is #B077A2. Grayscale: #727272. Windows color (decimal): -11564963 or 6129743. OLE color: 6129743.
HSL color Cylindrical-coordinate representation of color #4F885D: hue angle of 134.74º 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 #4F885D is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 93 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.47 |
| HSL | 134.74º | 0.27% | 0.42% | - |
| HSV(B) | 134.74º | 0.42% | 0.53% | - |
| XYZ | 14 | 20.06 | 13.49 | - |
| YUV | 114.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 93 | 0.42 | 0 | 0.32 | 0.47 | 134.74 | 0.27 | 0.42 |
| Hex | 4F | 88 | 5D | 2A | 0 | 20 | 2F | 87 | 1B | 2A |
| Octal | 117 | 210 | 135 | 52 | 0 | 40 | 57 | 207 | 33 | 52 |
| Binary | 1001111 | 10001000 | 1011101 | 101010 | 0 | 100000 | 101111 | 10000111 | 11011 | 101010 |
Color Harmonies of #4F885D
Complementary color
Monochromatic Colors of #4F885D
Black with #4F885D
Text Example
Text Example
White with #4F885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F885D; }
p { color: rgb(79,136,93); }
H1.HeaderClassName
{
color: #4F885D;
}
.AnyTagClassName
{
color: #4F885D;
}
</style>
background-color css
<style>
a { background-color: #4F885D; }
a { background-color: rgb(79,136,93); }
div.DivClassName
{
background-color: #4F885D;
}
.BgClassName
{
background-color: #4F885D;
}
</style>
border-color css
<style>
span { border-color: #4F885D; }
span { border-color: rgb(79,136,93); }
td.TdClassName
{
border-color: #4F885D;
}
.TagClassName
{
border-color: #4F885D;
}
</style>