Shades of Bilbao #478000
Tints of Bilbao #478000
RGB
CMYK
RGB Variations
Color information
#478000 (or 0x478000) is known color: Bilbao. HEX triplet: 47, 80 and 00. RGB value is (71,128,0). Sum of RGB (Red+Green+Blue) = 71+128+0=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #478000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478000 is #B87FFF. Grayscale: #606060. Windows color (decimal): -12091392 or 32839. OLE color: 32839.
HSL color Cylindrical-coordinate representation of color #478000: hue angle of 86.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #478000 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 128 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.50 |
| HSL | 86.72º | 1% | 0.25% | - |
| HSV(B) | 86.72º | 1% | 0.5% | - |
| XYZ | 10.32 | 16.78 | 2.69 | - |
| YUV | 96.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 0 | 0.45 | 0 | 1 | 0.50 | 86.72 | 1 | 0.25 |
| Hex | 47 | 80 | 0 | 2D | 0 | 64 | 32 | 57 | 64 | 19 |
| Octal | 107 | 200 | 0 | 55 | 0 | 144 | 62 | 127 | 144 | 31 |
| Binary | 1000111 | 10000000 | 0 | 101101 | 0 | 1100100 | 110010 | 1010111 | 1100100 | 11001 |
Color Harmonies of #478000
Complementary color
Monochromatic Colors of #478000
Black with #478000
Text Example
Text Example
White with #478000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478000; }
p { color: rgb(71,128,0); }
H1.HeaderClassName
{
color: #478000;
}
.AnyTagClassName
{
color: #478000;
}
</style>
background-color css
<style>
a { background-color: #478000; }
a { background-color: rgb(71,128,0); }
div.DivClassName
{
background-color: #478000;
}
.BgClassName
{
background-color: #478000;
}
</style>
border-color css
<style>
span { border-color: #478000; }
span { border-color: rgb(71,128,0); }
td.TdClassName
{
border-color: #478000;
}
.TagClassName
{
border-color: #478000;
}
</style>