Shades of Bilbao #477A15
Tints of Bilbao #477A15
RGB
CMYK
RGB Variations
Color information
#477A15 (or 0x477A15) is known color: Bilbao. HEX triplet: 47, 7A and 15. RGB value is (71,122,21). Sum of RGB (Red+Green+Blue) = 71+122+21=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #477A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A15 is #B885EA. Grayscale: #5F5F5F. Windows color (decimal): -12092907 or 1407559. OLE color: 1407559.
HSL color Cylindrical-coordinate representation of color #477A15: hue angle of 90.3º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477A15 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 21 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.52 |
| HSL | 90.3º | 0.71% | 0.28% | - |
| HSV(B) | 90.3º | 0.83% | 0.48% | - |
| XYZ | 9.69 | 15.31 | 3.15 | - |
| YUV | 95.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 21 | 0.42 | 0 | 0.83 | 0.52 | 90.3 | 0.71 | 0.28 |
| Hex | 47 | 7A | 15 | 2A | 0 | 53 | 34 | 5A | 47 | 1C |
| Octal | 107 | 172 | 25 | 52 | 0 | 123 | 64 | 132 | 107 | 34 |
| Binary | 1000111 | 1111010 | 10101 | 101010 | 0 | 1010011 | 110100 | 1011010 | 1000111 | 11100 |
Color Harmonies of #477A15
Complementary color
Monochromatic Colors of #477A15
Black with #477A15
Text Example
Text Example
White with #477A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A15; }
p { color: rgb(71,122,21); }
H1.HeaderClassName
{
color: #477A15;
}
.AnyTagClassName
{
color: #477A15;
}
</style>
background-color css
<style>
a { background-color: #477A15; }
a { background-color: rgb(71,122,21); }
div.DivClassName
{
background-color: #477A15;
}
.BgClassName
{
background-color: #477A15;
}
</style>
border-color css
<style>
span { border-color: #477A15; }
span { border-color: rgb(71,122,21); }
td.TdClassName
{
border-color: #477A15;
}
.TagClassName
{
border-color: #477A15;
}
</style>