Shades of Como #4F845C
Tints of Como #4F845C
RGB
CMYK
RGB Variations
Color information
#4F845C (or 0x4F845C) is known color: Como. HEX triplet: 4F, 84 and 5C. RGB value is (79,132,92). Sum of RGB (Red+Green+Blue) = 79+132+92=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #4F845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F845C is #B07BA3. Grayscale: #6F6F6F. Windows color (decimal): -11565988 or 6063183. OLE color: 6063183.
HSL color Cylindrical-coordinate representation of color #4F845C: hue angle of 134.72º 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 #4F845C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 92 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.48 |
| HSL | 134.72º | 0.25% | 0.41% | - |
| HSV(B) | 134.72º | 0.4% | 0.52% | - |
| XYZ | 13.41 | 18.94 | 13.07 | - |
| YUV | 111.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 92 | 0.40 | 0 | 0.30 | 0.48 | 134.72 | 0.25 | 0.41 |
| Hex | 4F | 84 | 5C | 28 | 0 | 1E | 30 | 87 | 19 | 29 |
| Octal | 117 | 204 | 134 | 50 | 0 | 36 | 60 | 207 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1011100 | 101000 | 0 | 11110 | 110000 | 10000111 | 11001 | 101001 |
Color Harmonies of #4F845C
Complementary color
Monochromatic Colors of #4F845C
Black with #4F845C
Text Example
Text Example
White with #4F845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F845C; }
p { color: rgb(79,132,92); }
H1.HeaderClassName
{
color: #4F845C;
}
.AnyTagClassName
{
color: #4F845C;
}
</style>
background-color css
<style>
a { background-color: #4F845C; }
a { background-color: rgb(79,132,92); }
div.DivClassName
{
background-color: #4F845C;
}
.BgClassName
{
background-color: #4F845C;
}
</style>
border-color css
<style>
span { border-color: #4F845C; }
span { border-color: rgb(79,132,92); }
td.TdClassName
{
border-color: #4F845C;
}
.TagClassName
{
border-color: #4F845C;
}
</style>