Shades of Como #4F845F
Tints of Como #4F845F
RGB
CMYK
RGB Variations
Color information
#4F845F (or 0x4F845F) is known color: Como. HEX triplet: 4F, 84 and 5F. RGB value is (79,132,95). Sum of RGB (Red+Green+Blue) = 79+132+95=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #4F845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F845F is #B07BA0. Grayscale: #707070. Windows color (decimal): -11565985 or 6259791. OLE color: 6259791.
HSL color Cylindrical-coordinate representation of color #4F845F: hue angle of 138.11º 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 #4F845F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 95 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.48 |
| HSL | 138.11º | 0.25% | 0.41% | - |
| HSV(B) | 138.11º | 0.4% | 0.52% | - |
| XYZ | 13.54 | 18.99 | 13.78 | - |
| YUV | 111.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 95 | 0.40 | 0 | 0.28 | 0.48 | 138.11 | 0.25 | 0.41 |
| Hex | 4F | 84 | 5F | 28 | 0 | 1C | 30 | 8A | 19 | 29 |
| Octal | 117 | 204 | 137 | 50 | 0 | 34 | 60 | 212 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1011111 | 101000 | 0 | 11100 | 110000 | 10001010 | 11001 | 101001 |
Color Harmonies of #4F845F
Complementary color
Monochromatic Colors of #4F845F
Black with #4F845F
Text Example
Text Example
White with #4F845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F845F; }
p { color: rgb(79,132,95); }
H1.HeaderClassName
{
color: #4F845F;
}
.AnyTagClassName
{
color: #4F845F;
}
</style>
background-color css
<style>
a { background-color: #4F845F; }
a { background-color: rgb(79,132,95); }
div.DivClassName
{
background-color: #4F845F;
}
.BgClassName
{
background-color: #4F845F;
}
</style>
border-color css
<style>
span { border-color: #4F845F; }
span { border-color: rgb(79,132,95); }
td.TdClassName
{
border-color: #4F845F;
}
.TagClassName
{
border-color: #4F845F;
}
</style>