Shades of Bilbao #477D17
Tints of Bilbao #477D17
RGB
CMYK
RGB Variations
Color information
#477D17 (or 0x477D17) is known color: Bilbao. HEX triplet: 47, 7D and 17. RGB value is (71,125,23). Sum of RGB (Red+Green+Blue) = 71+125+23=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #477D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D17 is #B882E8. Grayscale: #616161. Windows color (decimal): -12092137 or 1539399. OLE color: 1539399.
HSL color Cylindrical-coordinate representation of color #477D17: hue angle of 91.76º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #477D17 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 23 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.51 |
| HSL | 91.76º | 0.69% | 0.29% | - |
| HSV(B) | 91.76º | 0.82% | 0.49% | - |
| XYZ | 10.09 | 16.07 | 3.38 | - |
| YUV | 97.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 23 | 0.43 | 0 | 0.82 | 0.51 | 91.76 | 0.69 | 0.29 |
| Hex | 47 | 7D | 17 | 2B | 0 | 52 | 33 | 5C | 45 | 1D |
| Octal | 107 | 175 | 27 | 53 | 0 | 122 | 63 | 134 | 105 | 35 |
| Binary | 1000111 | 1111101 | 10111 | 101011 | 0 | 1010010 | 110011 | 1011100 | 1000101 | 11101 |
Color Harmonies of #477D17
Complementary color
Monochromatic Colors of #477D17
Black with #477D17
Text Example
Text Example
White with #477D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D17; }
p { color: rgb(71,125,23); }
H1.HeaderClassName
{
color: #477D17;
}
.AnyTagClassName
{
color: #477D17;
}
</style>
background-color css
<style>
a { background-color: #477D17; }
a { background-color: rgb(71,125,23); }
div.DivClassName
{
background-color: #477D17;
}
.BgClassName
{
background-color: #477D17;
}
</style>
border-color css
<style>
span { border-color: #477D17; }
span { border-color: rgb(71,125,23); }
td.TdClassName
{
border-color: #477D17;
}
.TagClassName
{
border-color: #477D17;
}
</style>