Shades of Como #47835C
Tints of Como #47835C
RGB
CMYK
RGB Variations
Color information
#47835C (or 0x47835C) is known color: Como. HEX triplet: 47, 83 and 5C. RGB value is (71,131,92). Sum of RGB (Red+Green+Blue) = 71+131+92=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #47835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47835C is #B87CA3. Grayscale: #6C6C6C. Windows color (decimal): -12090532 or 6062919. OLE color: 6062919.
HSL color Cylindrical-coordinate representation of color #47835C: hue angle of 141º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47835C is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 92 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.49 |
| HSL | 141º | 0.3% | 0.4% | - |
| HSV(B) | 141º | 0.46% | 0.51% | - |
| XYZ | 12.65 | 18.34 | 13 | - |
| YUV | 108.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 92 | 0.46 | 0 | 0.30 | 0.49 | 141 | 0.3 | 0.4 |
| Hex | 47 | 83 | 5C | 2E | 0 | 1E | 31 | 8D | 1E | 28 |
| Octal | 107 | 203 | 134 | 56 | 0 | 36 | 61 | 215 | 36 | 50 |
| Binary | 1000111 | 10000011 | 1011100 | 101110 | 0 | 11110 | 110001 | 10001101 | 11110 | 101000 |
Color Harmonies of #47835C
Complementary color
Monochromatic Colors of #47835C
Black with #47835C
Text Example
Text Example
White with #47835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47835C; }
p { color: rgb(71,131,92); }
H1.HeaderClassName
{
color: #47835C;
}
.AnyTagClassName
{
color: #47835C;
}
</style>
background-color css
<style>
a { background-color: #47835C; }
a { background-color: rgb(71,131,92); }
div.DivClassName
{
background-color: #47835C;
}
.BgClassName
{
background-color: #47835C;
}
</style>
border-color css
<style>
span { border-color: #47835C; }
span { border-color: rgb(71,131,92); }
td.TdClassName
{
border-color: #47835C;
}
.TagClassName
{
border-color: #47835C;
}
</style>