Shades of Bilbao #487C1B
Tints of Bilbao #487C1B
RGB
CMYK
RGB Variations
Color information
#487C1B (or 0x487C1B) is known color: Bilbao. HEX triplet: 48, 7C and 1B. RGB value is (72,124,27). Sum of RGB (Red+Green+Blue) = 72+124+27=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #487C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C1B is #B783E4. Grayscale: #616161. Windows color (decimal): -12026853 or 1801288. OLE color: 1801288.
HSL color Cylindrical-coordinate representation of color #487C1B: hue angle of 92.16º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #487C1B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 27 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.51 |
| HSL | 92.16º | 0.64% | 0.3% | - |
| HSV(B) | 92.16º | 0.78% | 0.49% | - |
| XYZ | 10.08 | 15.87 | 3.57 | - |
| YUV | 97.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 27 | 0.42 | 0 | 0.78 | 0.51 | 92.16 | 0.64 | 0.3 |
| Hex | 48 | 7C | 1B | 2A | 0 | 4E | 33 | 5C | 40 | 1E |
| Octal | 110 | 174 | 33 | 52 | 0 | 116 | 63 | 134 | 100 | 36 |
| Binary | 1001000 | 1111100 | 11011 | 101010 | 0 | 1001110 | 110011 | 1011100 | 1000000 | 11110 |
Color Harmonies of #487C1B
Complementary color
Monochromatic Colors of #487C1B
Black with #487C1B
Text Example
Text Example
White with #487C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C1B; }
p { color: rgb(72,124,27); }
H1.HeaderClassName
{
color: #487C1B;
}
.AnyTagClassName
{
color: #487C1B;
}
</style>
background-color css
<style>
a { background-color: #487C1B; }
a { background-color: rgb(72,124,27); }
div.DivClassName
{
background-color: #487C1B;
}
.BgClassName
{
background-color: #487C1B;
}
</style>
border-color css
<style>
span { border-color: #487C1B; }
span { border-color: rgb(72,124,27); }
td.TdClassName
{
border-color: #487C1B;
}
.TagClassName
{
border-color: #487C1B;
}
</style>