Shades of Como #4F7358
Tints of Como #4F7358
RGB
CMYK
RGB Variations
Color information
#4F7358 (or 0x4F7358) is known color: Como. HEX triplet: 4F, 73 and 58. RGB value is (79,115,88). Sum of RGB (Red+Green+Blue) = 79+115+88=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7358 is #B08CA7. Grayscale: #656565. Windows color (decimal): -11570344 or 5796687. OLE color: 5796687.
HSL color Cylindrical-coordinate representation of color #4F7358: hue angle of 135º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7358 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 88 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.55 |
| HSL | 135º | 0.19% | 0.38% | - |
| HSV(B) | 135º | 0.31% | 0.45% | - |
| XYZ | 11.12 | 14.63 | 11.47 | - |
| YUV | 101.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 88 | 0.31 | 0 | 0.23 | 0.55 | 135 | 0.19 | 0.38 |
| Hex | 4F | 73 | 58 | 1F | 0 | 17 | 37 | 87 | 13 | 26 |
| Octal | 117 | 163 | 130 | 37 | 0 | 27 | 67 | 207 | 23 | 46 |
| Binary | 1001111 | 1110011 | 1011000 | 11111 | 0 | 10111 | 110111 | 10000111 | 10011 | 100110 |
Color Harmonies of #4F7358
Complementary color
Monochromatic Colors of #4F7358
Black with #4F7358
Text Example
Text Example
White with #4F7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7358; }
p { color: rgb(79,115,88); }
H1.HeaderClassName
{
color: #4F7358;
}
.AnyTagClassName
{
color: #4F7358;
}
</style>
background-color css
<style>
a { background-color: #4F7358; }
a { background-color: rgb(79,115,88); }
div.DivClassName
{
background-color: #4F7358;
}
.BgClassName
{
background-color: #4F7358;
}
</style>
border-color css
<style>
span { border-color: #4F7358; }
span { border-color: rgb(79,115,88); }
td.TdClassName
{
border-color: #4F7358;
}
.TagClassName
{
border-color: #4F7358;
}
</style>