Shades of Bilbao #477C06
Tints of Bilbao #477C06
RGB
CMYK
RGB Variations
Color information
#477C06 (or 0x477C06) is known color: Bilbao. HEX triplet: 47, 7C and 06. RGB value is (71,124,6). Sum of RGB (Red+Green+Blue) = 71+124+6=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #477C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477C06 is #B883F9. Grayscale: #5F5F5F. Windows color (decimal): -12092410 or 425031. OLE color: 425031.
HSL color Cylindrical-coordinate representation of color #477C06: hue angle of 86.95º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #477C06 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 6 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.51 |
| HSL | 86.95º | 0.91% | 0.25% | - |
| HSV(B) | 86.95º | 0.95% | 0.49% | - |
| XYZ | 9.84 | 15.77 | 2.7 | - |
| YUV | 94.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 6 | 0.43 | 0 | 0.95 | 0.51 | 86.95 | 0.91 | 0.25 |
| Hex | 47 | 7C | 6 | 2B | 0 | 5F | 33 | 57 | 5B | 19 |
| Octal | 107 | 174 | 6 | 53 | 0 | 137 | 63 | 127 | 133 | 31 |
| Binary | 1000111 | 1111100 | 110 | 101011 | 0 | 1011111 | 110011 | 1010111 | 1011011 | 11001 |
Color Harmonies of #477C06
Complementary color
Monochromatic Colors of #477C06
Black with #477C06
Text Example
Text Example
White with #477C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C06; }
p { color: rgb(71,124,6); }
H1.HeaderClassName
{
color: #477C06;
}
.AnyTagClassName
{
color: #477C06;
}
</style>
background-color css
<style>
a { background-color: #477C06; }
a { background-color: rgb(71,124,6); }
div.DivClassName
{
background-color: #477C06;
}
.BgClassName
{
background-color: #477C06;
}
</style>
border-color css
<style>
span { border-color: #477C06; }
span { border-color: rgb(71,124,6); }
td.TdClassName
{
border-color: #477C06;
}
.TagClassName
{
border-color: #477C06;
}
</style>