Shades of Como #4F895F
Tints of Como #4F895F
RGB
CMYK
RGB Variations
Color information
#4F895F (or 0x4F895F) is known color: Como. HEX triplet: 4F, 89 and 5F. RGB value is (79,137,95). Sum of RGB (Red+Green+Blue) = 79+137+95=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #4F895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F895F is #B076A0. Grayscale: #727272. Windows color (decimal): -11564705 or 6261071. OLE color: 6261071.
HSL color Cylindrical-coordinate representation of color #4F895F: hue angle of 136.55º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F895F is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 95 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.46 |
| HSL | 136.55º | 0.27% | 0.42% | - |
| HSV(B) | 136.55º | 0.42% | 0.54% | - |
| XYZ | 14.24 | 20.38 | 14.01 | - |
| YUV | 114.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 95 | 0.42 | 0 | 0.31 | 0.46 | 136.55 | 0.27 | 0.42 |
| Hex | 4F | 89 | 5F | 2A | 0 | 1F | 2E | 89 | 1B | 2A |
| Octal | 117 | 211 | 137 | 52 | 0 | 37 | 56 | 211 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1011111 | 101010 | 0 | 11111 | 101110 | 10001001 | 11011 | 101010 |
Color Harmonies of #4F895F
Complementary color
Monochromatic Colors of #4F895F
Black with #4F895F
Text Example
Text Example
White with #4F895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F895F; }
p { color: rgb(79,137,95); }
H1.HeaderClassName
{
color: #4F895F;
}
.AnyTagClassName
{
color: #4F895F;
}
</style>
background-color css
<style>
a { background-color: #4F895F; }
a { background-color: rgb(79,137,95); }
div.DivClassName
{
background-color: #4F895F;
}
.BgClassName
{
background-color: #4F895F;
}
</style>
border-color css
<style>
span { border-color: #4F895F; }
span { border-color: rgb(79,137,95); }
td.TdClassName
{
border-color: #4F895F;
}
.TagClassName
{
border-color: #4F895F;
}
</style>