Shades of Como #4F845D
Tints of Como #4F845D
RGB
CMYK
RGB Variations
Color information
#4F845D (or 0x4F845D) is known color: Como. HEX triplet: 4F, 84 and 5D. RGB value is (79,132,93). Sum of RGB (Red+Green+Blue) = 79+132+93=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #4F845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F845D is #B07BA2. Grayscale: #6F6F6F. Windows color (decimal): -11565987 or 6128719. OLE color: 6128719.
HSL color Cylindrical-coordinate representation of color #4F845D: hue angle of 135.85º 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 #4F845D is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 93 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.48 |
| HSL | 135.85º | 0.25% | 0.41% | - |
| HSV(B) | 135.85º | 0.4% | 0.52% | - |
| XYZ | 13.45 | 18.96 | 13.31 | - |
| YUV | 111.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 93 | 0.40 | 0 | 0.30 | 0.48 | 135.85 | 0.25 | 0.41 |
| Hex | 4F | 84 | 5D | 28 | 0 | 1E | 30 | 88 | 19 | 29 |
| Octal | 117 | 204 | 135 | 50 | 0 | 36 | 60 | 210 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1011101 | 101000 | 0 | 11110 | 110000 | 10001000 | 11001 | 101001 |
Color Harmonies of #4F845D
Complementary color
Monochromatic Colors of #4F845D
Black with #4F845D
Text Example
Text Example
White with #4F845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F845D; }
p { color: rgb(79,132,93); }
H1.HeaderClassName
{
color: #4F845D;
}
.AnyTagClassName
{
color: #4F845D;
}
</style>
background-color css
<style>
a { background-color: #4F845D; }
a { background-color: rgb(79,132,93); }
div.DivClassName
{
background-color: #4F845D;
}
.BgClassName
{
background-color: #4F845D;
}
</style>
border-color css
<style>
span { border-color: #4F845D; }
span { border-color: rgb(79,132,93); }
td.TdClassName
{
border-color: #4F845D;
}
.TagClassName
{
border-color: #4F845D;
}
</style>