Shades of Bilbao #477E12
Tints of Bilbao #477E12
RGB
CMYK
RGB Variations
Color information
#477E12 (or 0x477E12) is known color: Bilbao. HEX triplet: 47, 7E and 12. RGB value is (71,126,18). Sum of RGB (Red+Green+Blue) = 71+126+18=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 126 (49.61% from 255 or 58.60% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 126 - color contains mainly: green. Hex color #477E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477E12 is #B881ED. Grayscale: #616161. Windows color (decimal): -12091886 or 1211975. OLE color: 1211975.
HSL color Cylindrical-coordinate representation of color #477E12: hue angle of 90.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #477E12 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 126 | 18 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.51 |
| HSL | 90.56º | 0.75% | 0.28% | - |
| HSV(B) | 90.56º | 0.86% | 0.49% | - |
| XYZ | 10.17 | 16.3 | 3.18 | - |
| YUV | 97.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 18 | 0.44 | 0 | 0.86 | 0.51 | 90.56 | 0.75 | 0.28 |
| Hex | 47 | 7E | 12 | 2C | 0 | 56 | 33 | 5B | 4B | 1C |
| Octal | 107 | 176 | 22 | 54 | 0 | 126 | 63 | 133 | 113 | 34 |
| Binary | 1000111 | 1111110 | 10010 | 101100 | 0 | 1010110 | 110011 | 1011011 | 1001011 | 11100 |
Color Harmonies of #477E12
Complementary color
Monochromatic Colors of #477E12
Black with #477E12
Text Example
Text Example
White with #477E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E12; }
p { color: rgb(71,126,18); }
H1.HeaderClassName
{
color: #477E12;
}
.AnyTagClassName
{
color: #477E12;
}
</style>
background-color css
<style>
a { background-color: #477E12; }
a { background-color: rgb(71,126,18); }
div.DivClassName
{
background-color: #477E12;
}
.BgClassName
{
background-color: #477E12;
}
</style>
border-color css
<style>
span { border-color: #477E12; }
span { border-color: rgb(71,126,18); }
td.TdClassName
{
border-color: #477E12;
}
.TagClassName
{
border-color: #477E12;
}
</style>