Shades of Como #47785A
Tints of Como #47785A
RGB
CMYK
RGB Variations
Color information
#47785A (or 0x47785A) is known color: Como. HEX triplet: 47, 78 and 5A. RGB value is (71,120,90). Sum of RGB (Red+Green+Blue) = 71+120+90=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #47785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47785A is #B887A5. Grayscale: #666666. Windows color (decimal): -12093350 or 5929031. OLE color: 5929031.
HSL color Cylindrical-coordinate representation of color #47785A: hue angle of 143.27º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47785A is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 90 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.53 |
| HSL | 143.27º | 0.26% | 0.37% | - |
| HSV(B) | 143.27º | 0.41% | 0.47% | - |
| XYZ | 11.16 | 15.51 | 12.08 | - |
| YUV | 101.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 90 | 0.41 | 0 | 0.25 | 0.53 | 143.27 | 0.26 | 0.37 |
| Hex | 47 | 78 | 5A | 29 | 0 | 19 | 35 | 8F | 1A | 25 |
| Octal | 107 | 170 | 132 | 51 | 0 | 31 | 65 | 217 | 32 | 45 |
| Binary | 1000111 | 1111000 | 1011010 | 101001 | 0 | 11001 | 110101 | 10001111 | 11010 | 100101 |
Color Harmonies of #47785A
Complementary color
Monochromatic Colors of #47785A
Black with #47785A
Text Example
Text Example
White with #47785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47785A; }
p { color: rgb(71,120,90); }
H1.HeaderClassName
{
color: #47785A;
}
.AnyTagClassName
{
color: #47785A;
}
</style>
background-color css
<style>
a { background-color: #47785A; }
a { background-color: rgb(71,120,90); }
div.DivClassName
{
background-color: #47785A;
}
.BgClassName
{
background-color: #47785A;
}
</style>
border-color css
<style>
span { border-color: #47785A; }
span { border-color: rgb(71,120,90); }
td.TdClassName
{
border-color: #47785A;
}
.TagClassName
{
border-color: #47785A;
}
</style>