Shades of Como #477C58
Tints of Como #477C58
RGB
CMYK
RGB Variations
Color information
#477C58 (or 0x477C58) is known color: Como. HEX triplet: 47, 7C and 58. RGB value is (71,124,88). Sum of RGB (Red+Green+Blue) = 71+124+88=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #477C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C58 is #B883A7. Grayscale: #686868. Windows color (decimal): -12092328 or 5798983. OLE color: 5798983.
HSL color Cylindrical-coordinate representation of color #477C58: hue angle of 139.25º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C58 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 88 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.51 |
| HSL | 139.25º | 0.27% | 0.38% | - |
| HSV(B) | 139.25º | 0.43% | 0.49% | - |
| XYZ | 11.57 | 16.46 | 11.8 | - |
| YUV | 104.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 88 | 0.43 | 0 | 0.29 | 0.51 | 139.25 | 0.27 | 0.38 |
| Hex | 47 | 7C | 58 | 2B | 0 | 1D | 33 | 8B | 1B | 26 |
| Octal | 107 | 174 | 130 | 53 | 0 | 35 | 63 | 213 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1011000 | 101011 | 0 | 11101 | 110011 | 10001011 | 11011 | 100110 |
Color Harmonies of #477C58
Complementary color
Monochromatic Colors of #477C58
Black with #477C58
Text Example
Text Example
White with #477C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C58; }
p { color: rgb(71,124,88); }
H1.HeaderClassName
{
color: #477C58;
}
.AnyTagClassName
{
color: #477C58;
}
</style>
background-color css
<style>
a { background-color: #477C58; }
a { background-color: rgb(71,124,88); }
div.DivClassName
{
background-color: #477C58;
}
.BgClassName
{
background-color: #477C58;
}
</style>
border-color css
<style>
span { border-color: #477C58; }
span { border-color: rgb(71,124,88); }
td.TdClassName
{
border-color: #477C58;
}
.TagClassName
{
border-color: #477C58;
}
</style>