Shades of Como #47735B
Tints of Como #47735B
RGB
CMYK
RGB Variations
Color information
#47735B (or 0x47735B) is known color: Como. HEX triplet: 47, 73 and 5B. RGB value is (71,115,91). Sum of RGB (Red+Green+Blue) = 71+115+91=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #47735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47735B is #B88CA4. Grayscale: #636363. Windows color (decimal): -12094629 or 5993287. OLE color: 5993287.
HSL color Cylindrical-coordinate representation of color #47735B: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47735B is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 91 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.55 |
| HSL | 147.27º | 0.24% | 0.36% | - |
| HSV(B) | 147.27º | 0.38% | 0.45% | - |
| XYZ | 10.62 | 14.36 | 12.11 | - |
| YUV | 99.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 91 | 0.38 | 0 | 0.21 | 0.55 | 147.27 | 0.24 | 0.36 |
| Hex | 47 | 73 | 5B | 26 | 0 | 15 | 37 | 93 | 18 | 24 |
| Octal | 107 | 163 | 133 | 46 | 0 | 25 | 67 | 223 | 30 | 44 |
| Binary | 1000111 | 1110011 | 1011011 | 100110 | 0 | 10101 | 110111 | 10010011 | 11000 | 100100 |
Color Harmonies of #47735B
Complementary color
Monochromatic Colors of #47735B
Black with #47735B
Text Example
Text Example
White with #47735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47735B; }
p { color: rgb(71,115,91); }
H1.HeaderClassName
{
color: #47735B;
}
.AnyTagClassName
{
color: #47735B;
}
</style>
background-color css
<style>
a { background-color: #47735B; }
a { background-color: rgb(71,115,91); }
div.DivClassName
{
background-color: #47735B;
}
.BgClassName
{
background-color: #47735B;
}
</style>
border-color css
<style>
span { border-color: #47735B; }
span { border-color: rgb(71,115,91); }
td.TdClassName
{
border-color: #47735B;
}
.TagClassName
{
border-color: #47735B;
}
</style>