Shades of Bilbao #478900
Tints of Bilbao #478900
RGB
CMYK
RGB Variations
Color information
#478900 (or 0x478900) is known color: Bilbao. HEX triplet: 47, 89 and 00. RGB value is (71,137,0). Sum of RGB (Red+Green+Blue) = 71+137+0=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #478900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478900 is #B876FF. Grayscale: #666666. Windows color (decimal): -12089088 or 35143. OLE color: 35143.
HSL color Cylindrical-coordinate representation of color #478900: hue angle of 88.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #478900 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.46 |
| HSL | 88.91º | 1% | 0.27% | - |
| HSV(B) | 88.91º | 1% | 0.54% | - |
| XYZ | 11.54 | 19.23 | 3.1 | - |
| YUV | 101.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 0 | 0.48 | 0 | 1 | 0.46 | 88.91 | 1 | 0.27 |
| Hex | 47 | 89 | 0 | 30 | 0 | 64 | 2E | 59 | 64 | 1B |
| Octal | 107 | 211 | 0 | 60 | 0 | 144 | 56 | 131 | 144 | 33 |
| Binary | 1000111 | 10001001 | 0 | 110000 | 0 | 1100100 | 101110 | 1011001 | 1100100 | 11011 |
Color Harmonies of #478900
Complementary color
Monochromatic Colors of #478900
Black with #478900
Text Example
Text Example
White with #478900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478900; }
p { color: rgb(71,137,0); }
H1.HeaderClassName
{
color: #478900;
}
.AnyTagClassName
{
color: #478900;
}
</style>
background-color css
<style>
a { background-color: #478900; }
a { background-color: rgb(71,137,0); }
div.DivClassName
{
background-color: #478900;
}
.BgClassName
{
background-color: #478900;
}
</style>
border-color css
<style>
span { border-color: #478900; }
span { border-color: rgb(71,137,0); }
td.TdClassName
{
border-color: #478900;
}
.TagClassName
{
border-color: #478900;
}
</style>