Shades of Como #47895C
Tints of Como #47895C
RGB
CMYK
RGB Variations
Color information
#47895C (or 0x47895C) is known color: Como. HEX triplet: 47, 89 and 5C. RGB value is (71,137,92). Sum of RGB (Red+Green+Blue) = 71+137+92=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #47895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895C is #B876A3. Grayscale: #707070. Windows color (decimal): -12088996 or 6064455. OLE color: 6064455.
HSL color Cylindrical-coordinate representation of color #47895C: hue angle of 139.09º 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 #47895C is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 92 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.46 |
| HSL | 139.09º | 0.32% | 0.41% | - |
| HSV(B) | 139.09º | 0.48% | 0.54% | - |
| XYZ | 13.48 | 20 | 13.28 | - |
| YUV | 112.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 92 | 0.48 | 0 | 0.33 | 0.46 | 139.09 | 0.32 | 0.41 |
| Hex | 47 | 89 | 5C | 30 | 0 | 21 | 2E | 8B | 20 | 29 |
| Octal | 107 | 211 | 134 | 60 | 0 | 41 | 56 | 213 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1011100 | 110000 | 0 | 100001 | 101110 | 10001011 | 100000 | 101001 |
Color Harmonies of #47895C
Complementary color
Monochromatic Colors of #47895C
Black with #47895C
Text Example
Text Example
White with #47895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47895C; }
p { color: rgb(71,137,92); }
H1.HeaderClassName
{
color: #47895C;
}
.AnyTagClassName
{
color: #47895C;
}
</style>
background-color css
<style>
a { background-color: #47895C; }
a { background-color: rgb(71,137,92); }
div.DivClassName
{
background-color: #47895C;
}
.BgClassName
{
background-color: #47895C;
}
</style>
border-color css
<style>
span { border-color: #47895C; }
span { border-color: rgb(71,137,92); }
td.TdClassName
{
border-color: #47895C;
}
.TagClassName
{
border-color: #47895C;
}
</style>