Shades of Bilbao #477E07
Tints of Bilbao #477E07
RGB
CMYK
RGB Variations
Color information
#477E07 (or 0x477E07) is known color: Bilbao. HEX triplet: 47, 7E and 07. RGB value is (71,126,7). Sum of RGB (Red+Green+Blue) = 71+126+7=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #477E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477E07 is #B881F8. Grayscale: #606060. Windows color (decimal): -12091897 or 491079. OLE color: 491079.
HSL color Cylindrical-coordinate representation of color #477E07: hue angle of 87.73º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #477E07 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 126 | 7 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.51 |
| HSL | 87.73º | 0.89% | 0.26% | - |
| HSV(B) | 87.73º | 0.94% | 0.49% | - |
| XYZ | 10.1 | 16.28 | 2.81 | - |
| YUV | 95.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 7 | 0.44 | 0 | 0.94 | 0.51 | 87.73 | 0.89 | 0.26 |
| Hex | 47 | 7E | 7 | 2C | 0 | 5E | 33 | 58 | 59 | 1A |
| Octal | 107 | 176 | 7 | 54 | 0 | 136 | 63 | 130 | 131 | 32 |
| Binary | 1000111 | 1111110 | 111 | 101100 | 0 | 1011110 | 110011 | 1011000 | 1011001 | 11010 |
Color Harmonies of #477E07
Complementary color
Monochromatic Colors of #477E07
Black with #477E07
Text Example
Text Example
White with #477E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E07; }
p { color: rgb(71,126,7); }
H1.HeaderClassName
{
color: #477E07;
}
.AnyTagClassName
{
color: #477E07;
}
</style>
background-color css
<style>
a { background-color: #477E07; }
a { background-color: rgb(71,126,7); }
div.DivClassName
{
background-color: #477E07;
}
.BgClassName
{
background-color: #477E07;
}
</style>
border-color css
<style>
span { border-color: #477E07; }
span { border-color: rgb(71,126,7); }
td.TdClassName
{
border-color: #477E07;
}
.TagClassName
{
border-color: #477E07;
}
</style>