Shades of Como #47885E
Tints of Como #47885E
RGB
CMYK
RGB Variations
Color information
#47885E (or 0x47885E) is known color: Como. HEX triplet: 47, 88 and 5E. RGB value is (71,136,94). Sum of RGB (Red+Green+Blue) = 71+136+94=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #47885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47885E is #B877A1. Grayscale: #6F6F6F. Windows color (decimal): -12089250 or 6195271. OLE color: 6195271.
HSL color Cylindrical-coordinate representation of color #47885E: hue angle of 141.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47885E is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 94 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.47 |
| HSL | 141.23º | 0.31% | 0.41% | - |
| HSV(B) | 141.23º | 0.48% | 0.53% | - |
| XYZ | 13.42 | 19.76 | 13.7 | - |
| YUV | 111.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 94 | 0.48 | 0 | 0.31 | 0.47 | 141.23 | 0.31 | 0.41 |
| Hex | 47 | 88 | 5E | 30 | 0 | 1F | 2F | 8D | 1F | 29 |
| Octal | 107 | 210 | 136 | 60 | 0 | 37 | 57 | 215 | 37 | 51 |
| Binary | 1000111 | 10001000 | 1011110 | 110000 | 0 | 11111 | 101111 | 10001101 | 11111 | 101001 |
Color Harmonies of #47885E
Complementary color
Monochromatic Colors of #47885E
Black with #47885E
Text Example
Text Example
White with #47885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47885E; }
p { color: rgb(71,136,94); }
H1.HeaderClassName
{
color: #47885E;
}
.AnyTagClassName
{
color: #47885E;
}
</style>
background-color css
<style>
a { background-color: #47885E; }
a { background-color: rgb(71,136,94); }
div.DivClassName
{
background-color: #47885E;
}
.BgClassName
{
background-color: #47885E;
}
</style>
border-color css
<style>
span { border-color: #47885E; }
span { border-color: rgb(71,136,94); }
td.TdClassName
{
border-color: #47885E;
}
.TagClassName
{
border-color: #47885E;
}
</style>