Shades of Como #4F885B
Tints of Como #4F885B
RGB
CMYK
RGB Variations
Color information
#4F885B (or 0x4F885B) is known color: Como. HEX triplet: 4F, 88 and 5B. RGB value is (79,136,91). Sum of RGB (Red+Green+Blue) = 79+136+91=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885B is #B077A4. Grayscale: #717171. Windows color (decimal): -11564965 or 5998671. OLE color: 5998671.
HSL color Cylindrical-coordinate representation of color #4F885B: hue angle of 132.63º 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 #4F885B is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 91 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.47 |
| HSL | 132.63º | 0.27% | 0.42% | - |
| HSV(B) | 132.63º | 0.42% | 0.53% | - |
| XYZ | 13.92 | 20.03 | 13.03 | - |
| YUV | 113.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 91 | 0.42 | 0 | 0.33 | 0.47 | 132.63 | 0.27 | 0.42 |
| Hex | 4F | 88 | 5B | 2A | 0 | 21 | 2F | 85 | 1B | 2A |
| Octal | 117 | 210 | 133 | 52 | 0 | 41 | 57 | 205 | 33 | 52 |
| Binary | 1001111 | 10001000 | 1011011 | 101010 | 0 | 100001 | 101111 | 10000101 | 11011 | 101010 |
Color Harmonies of #4F885B
Complementary color
Monochromatic Colors of #4F885B
Black with #4F885B
Text Example
Text Example
White with #4F885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F885B; }
p { color: rgb(79,136,91); }
H1.HeaderClassName
{
color: #4F885B;
}
.AnyTagClassName
{
color: #4F885B;
}
</style>
background-color css
<style>
a { background-color: #4F885B; }
a { background-color: rgb(79,136,91); }
div.DivClassName
{
background-color: #4F885B;
}
.BgClassName
{
background-color: #4F885B;
}
</style>
border-color css
<style>
span { border-color: #4F885B; }
span { border-color: rgb(79,136,91); }
td.TdClassName
{
border-color: #4F885B;
}
.TagClassName
{
border-color: #4F885B;
}
</style>