Shades of Bilbao #477A08
Tints of Bilbao #477A08
RGB
CMYK
RGB Variations
Color information
#477A08 (or 0x477A08) is known color: Bilbao. HEX triplet: 47, 7A and 08. RGB value is (71,122,8). Sum of RGB (Red+Green+Blue) = 71+122+8=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #477A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A08 is #B885F7. Grayscale: #5E5E5E. Windows color (decimal): -12092920 or 555591. OLE color: 555591.
HSL color Cylindrical-coordinate representation of color #477A08: hue angle of 86.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #477A08 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 8 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.52 |
| HSL | 86.84º | 0.88% | 0.25% | - |
| HSV(B) | 86.84º | 0.93% | 0.48% | - |
| XYZ | 9.6 | 15.28 | 2.67 | - |
| YUV | 93.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 8 | 0.42 | 0 | 0.93 | 0.52 | 86.84 | 0.88 | 0.25 |
| Hex | 47 | 7A | 8 | 2A | 0 | 5D | 34 | 57 | 58 | 19 |
| Octal | 107 | 172 | 10 | 52 | 0 | 135 | 64 | 127 | 130 | 31 |
| Binary | 1000111 | 1111010 | 1000 | 101010 | 0 | 1011101 | 110100 | 1010111 | 1011000 | 11001 |
Color Harmonies of #477A08
Complementary color
Monochromatic Colors of #477A08
Black with #477A08
Text Example
Text Example
White with #477A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A08; }
p { color: rgb(71,122,8); }
H1.HeaderClassName
{
color: #477A08;
}
.AnyTagClassName
{
color: #477A08;
}
</style>
background-color css
<style>
a { background-color: #477A08; }
a { background-color: rgb(71,122,8); }
div.DivClassName
{
background-color: #477A08;
}
.BgClassName
{
background-color: #477A08;
}
</style>
border-color css
<style>
span { border-color: #477A08; }
span { border-color: rgb(71,122,8); }
td.TdClassName
{
border-color: #477A08;
}
.TagClassName
{
border-color: #477A08;
}
</style>