Shades of Como #47895B
Tints of Como #47895B
RGB
CMYK
RGB Variations
Color information
#47895B (or 0x47895B) is known color: Como. HEX triplet: 47, 89 and 5B. RGB value is (71,137,91). Sum of RGB (Red+Green+Blue) = 71+137+91=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #47895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895B is #B876A4. Grayscale: #707070. Windows color (decimal): -12088997 or 5998919. OLE color: 5998919.
HSL color Cylindrical-coordinate representation of color #47895B: hue angle of 138.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47895B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 91 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.46 |
| HSL | 138.18º | 0.32% | 0.41% | - |
| HSV(B) | 138.18º | 0.48% | 0.54% | - |
| XYZ | 13.43 | 19.99 | 13.05 | - |
| YUV | 112.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 91 | 0.48 | 0 | 0.34 | 0.46 | 138.18 | 0.32 | 0.41 |
| Hex | 47 | 89 | 5B | 30 | 0 | 22 | 2E | 8A | 20 | 29 |
| Octal | 107 | 211 | 133 | 60 | 0 | 42 | 56 | 212 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1011011 | 110000 | 0 | 100010 | 101110 | 10001010 | 100000 | 101001 |
Color Harmonies of #47895B
Complementary color
Monochromatic Colors of #47895B
Black with #47895B
Text Example
Text Example
White with #47895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47895B; }
p { color: rgb(71,137,91); }
H1.HeaderClassName
{
color: #47895B;
}
.AnyTagClassName
{
color: #47895B;
}
</style>
background-color css
<style>
a { background-color: #47895B; }
a { background-color: rgb(71,137,91); }
div.DivClassName
{
background-color: #47895B;
}
.BgClassName
{
background-color: #47895B;
}
</style>
border-color css
<style>
span { border-color: #47895B; }
span { border-color: rgb(71,137,91); }
td.TdClassName
{
border-color: #47895B;
}
.TagClassName
{
border-color: #47895B;
}
</style>