Shades of Bilbao #477D00
Tints of Bilbao #477D00
RGB
CMYK
RGB Variations
Color information
#477D00 (or 0x477D00) is known color: Bilbao. HEX triplet: 47, 7D and 00. RGB value is (71,125,0). Sum of RGB (Red+Green+Blue) = 71+125+0=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #477D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D00 is #B882FF. Grayscale: #5F5F5F. Windows color (decimal): -12092160 or 32071. OLE color: 32071.
HSL color Cylindrical-coordinate representation of color #477D00: hue angle of 85.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #477D00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.51 |
| HSL | 85.92º | 1% | 0.25% | - |
| HSV(B) | 85.92º | 1% | 0.49% | - |
| XYZ | 9.93 | 16.01 | 2.57 | - |
| YUV | 94.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 0 | 0.43 | 0 | 1 | 0.51 | 85.92 | 1 | 0.25 |
| Hex | 47 | 7D | 0 | 2B | 0 | 64 | 33 | 56 | 64 | 19 |
| Octal | 107 | 175 | 0 | 53 | 0 | 144 | 63 | 126 | 144 | 31 |
| Binary | 1000111 | 1111101 | 0 | 101011 | 0 | 1100100 | 110011 | 1010110 | 1100100 | 11001 |
Color Harmonies of #477D00
Complementary color
Monochromatic Colors of #477D00
Black with #477D00
Text Example
Text Example
White with #477D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D00; }
p { color: rgb(71,125,0); }
H1.HeaderClassName
{
color: #477D00;
}
.AnyTagClassName
{
color: #477D00;
}
</style>
background-color css
<style>
a { background-color: #477D00; }
a { background-color: rgb(71,125,0); }
div.DivClassName
{
background-color: #477D00;
}
.BgClassName
{
background-color: #477D00;
}
</style>
border-color css
<style>
span { border-color: #477D00; }
span { border-color: rgb(71,125,0); }
td.TdClassName
{
border-color: #477D00;
}
.TagClassName
{
border-color: #477D00;
}
</style>