Shades of Bilbao #477E13
Tints of Bilbao #477E13
RGB
CMYK
RGB Variations
Color information
#477E13 (or 0x477E13) is known color: Bilbao. HEX triplet: 47, 7E and 13. RGB value is (71,126,19). Sum of RGB (Red+Green+Blue) = 71+126+19=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #477E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477E13 is #B881EC. Grayscale: #616161. Windows color (decimal): -12091885 or 1277511. OLE color: 1277511.
HSL color Cylindrical-coordinate representation of color #477E13: hue angle of 90.84º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #477E13 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 126 | 19 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.51 |
| HSL | 90.84º | 0.74% | 0.28% | - |
| HSV(B) | 90.84º | 0.85% | 0.49% | - |
| XYZ | 10.18 | 16.31 | 3.23 | - |
| YUV | 97.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 19 | 0.44 | 0 | 0.85 | 0.51 | 90.84 | 0.74 | 0.28 |
| Hex | 47 | 7E | 13 | 2C | 0 | 55 | 33 | 5B | 4A | 1C |
| Octal | 107 | 176 | 23 | 54 | 0 | 125 | 63 | 133 | 112 | 34 |
| Binary | 1000111 | 1111110 | 10011 | 101100 | 0 | 1010101 | 110011 | 1011011 | 1001010 | 11100 |
Color Harmonies of #477E13
Complementary color
Monochromatic Colors of #477E13
Black with #477E13
Text Example
Text Example
White with #477E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E13; }
p { color: rgb(71,126,19); }
H1.HeaderClassName
{
color: #477E13;
}
.AnyTagClassName
{
color: #477E13;
}
</style>
background-color css
<style>
a { background-color: #477E13; }
a { background-color: rgb(71,126,19); }
div.DivClassName
{
background-color: #477E13;
}
.BgClassName
{
background-color: #477E13;
}
</style>
border-color css
<style>
span { border-color: #477E13; }
span { border-color: rgb(71,126,19); }
td.TdClassName
{
border-color: #477E13;
}
.TagClassName
{
border-color: #477E13;
}
</style>