Shades of Bilbao #47830B
Tints of Bilbao #47830B
RGB
CMYK
RGB Variations
Color information
#47830B (or 0x47830B) is known color: Bilbao. HEX triplet: 47, 83 and 0B. RGB value is (71,131,11). Sum of RGB (Red+Green+Blue) = 71+131+11=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #47830B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47830B is #B87CF4. Grayscale: #636363. Windows color (decimal): -12090613 or 754503. OLE color: 754503.
HSL color Cylindrical-coordinate representation of color #47830B: hue angle of 90º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47830B is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 11 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.49 |
| HSL | 90º | 0.85% | 0.28% | - |
| HSV(B) | 90º | 0.92% | 0.51% | - |
| XYZ | 10.78 | 17.6 | 3.15 | - |
| YUV | 99.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 11 | 0.46 | 0 | 0.92 | 0.49 | 90 | 0.85 | 0.28 |
| Hex | 47 | 83 | B | 2E | 0 | 5C | 31 | 5A | 55 | 1C |
| Octal | 107 | 203 | 13 | 56 | 0 | 134 | 61 | 132 | 125 | 34 |
| Binary | 1000111 | 10000011 | 1011 | 101110 | 0 | 1011100 | 110001 | 1011010 | 1010101 | 11100 |
Color Harmonies of #47830B
Complementary color
Monochromatic Colors of #47830B
Black with #47830B
Text Example
Text Example
White with #47830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47830B; }
p { color: rgb(71,131,11); }
H1.HeaderClassName
{
color: #47830B;
}
.AnyTagClassName
{
color: #47830B;
}
</style>
background-color css
<style>
a { background-color: #47830B; }
a { background-color: rgb(71,131,11); }
div.DivClassName
{
background-color: #47830B;
}
.BgClassName
{
background-color: #47830B;
}
</style>
border-color css
<style>
span { border-color: #47830B; }
span { border-color: rgb(71,131,11); }
td.TdClassName
{
border-color: #47830B;
}
.TagClassName
{
border-color: #47830B;
}
</style>