Shades of Bilbao #47811A
Tints of Bilbao #47811A
RGB
CMYK
RGB Variations
Color information
#47811A (or 0x47811A) is known color: Bilbao. HEX triplet: 47, 81 and 1A. RGB value is (71,129,26). Sum of RGB (Red+Green+Blue) = 71+129+26=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #47811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47811A is #B87EE5. Grayscale: #646464. Windows color (decimal): -12091110 or 1737031. OLE color: 1737031.
HSL color Cylindrical-coordinate representation of color #47811A: hue angle of 93.79º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47811A is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 129 | 26 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.49 |
| HSL | 93.79º | 0.66% | 0.3% | - |
| HSV(B) | 93.79º | 0.8% | 0.51% | - |
| XYZ | 10.64 | 17.11 | 3.72 | - |
| YUV | 99.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 26 | 0.45 | 0 | 0.80 | 0.49 | 93.79 | 0.66 | 0.3 |
| Hex | 47 | 81 | 1A | 2D | 0 | 50 | 31 | 5E | 42 | 1E |
| Octal | 107 | 201 | 32 | 55 | 0 | 120 | 61 | 136 | 102 | 36 |
| Binary | 1000111 | 10000001 | 11010 | 101101 | 0 | 1010000 | 110001 | 1011110 | 1000010 | 11110 |
Color Harmonies of #47811A
Complementary color
Monochromatic Colors of #47811A
Black with #47811A
Text Example
Text Example
White with #47811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47811A; }
p { color: rgb(71,129,26); }
H1.HeaderClassName
{
color: #47811A;
}
.AnyTagClassName
{
color: #47811A;
}
</style>
background-color css
<style>
a { background-color: #47811A; }
a { background-color: rgb(71,129,26); }
div.DivClassName
{
background-color: #47811A;
}
.BgClassName
{
background-color: #47811A;
}
</style>
border-color css
<style>
span { border-color: #47811A; }
span { border-color: rgb(71,129,26); }
td.TdClassName
{
border-color: #47811A;
}
.TagClassName
{
border-color: #47811A;
}
</style>