Shades of Como #4F845E
Tints of Como #4F845E
RGB
CMYK
RGB Variations
Color information
#4F845E (or 0x4F845E) is known color: Como. HEX triplet: 4F, 84 and 5E. RGB value is (79,132,94). Sum of RGB (Red+Green+Blue) = 79+132+94=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #4F845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F845E is #B07BA1. Grayscale: #6F6F6F. Windows color (decimal): -11565986 or 6194255. OLE color: 6194255.
HSL color Cylindrical-coordinate representation of color #4F845E: hue angle of 136.98º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F845E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 94 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.48 |
| HSL | 136.98º | 0.25% | 0.41% | - |
| HSV(B) | 136.98º | 0.4% | 0.52% | - |
| XYZ | 13.5 | 18.97 | 13.54 | - |
| YUV | 111.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 94 | 0.40 | 0 | 0.29 | 0.48 | 136.98 | 0.25 | 0.41 |
| Hex | 4F | 84 | 5E | 28 | 0 | 1D | 30 | 89 | 19 | 29 |
| Octal | 117 | 204 | 136 | 50 | 0 | 35 | 60 | 211 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1011110 | 101000 | 0 | 11101 | 110000 | 10001001 | 11001 | 101001 |
Color Harmonies of #4F845E
Complementary color
Monochromatic Colors of #4F845E
Black with #4F845E
Text Example
Text Example
White with #4F845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F845E; }
p { color: rgb(79,132,94); }
H1.HeaderClassName
{
color: #4F845E;
}
.AnyTagClassName
{
color: #4F845E;
}
</style>
background-color css
<style>
a { background-color: #4F845E; }
a { background-color: rgb(79,132,94); }
div.DivClassName
{
background-color: #4F845E;
}
.BgClassName
{
background-color: #4F845E;
}
</style>
border-color css
<style>
span { border-color: #4F845E; }
span { border-color: rgb(79,132,94); }
td.TdClassName
{
border-color: #4F845E;
}
.TagClassName
{
border-color: #4F845E;
}
</style>