Shades of Bilbao #487C1F
Tints of Bilbao #487C1F
RGB
CMYK
RGB Variations
Color information
#487C1F (or 0x487C1F) is known color: Bilbao. HEX triplet: 48, 7C and 1F. RGB value is (72,124,31). Sum of RGB (Red+Green+Blue) = 72+124+31=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #487C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C1F is #B783E0. Grayscale: #626262. Windows color (decimal): -12026849 or 2063432. OLE color: 2063432.
HSL color Cylindrical-coordinate representation of color #487C1F: hue angle of 93.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #487C1F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 31 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.51 |
| HSL | 93.55º | 0.6% | 0.3% | - |
| HSV(B) | 93.55º | 0.75% | 0.49% | - |
| XYZ | 10.13 | 15.89 | 3.83 | - |
| YUV | 97.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 31 | 0.42 | 0 | 0.75 | 0.51 | 93.55 | 0.6 | 0.3 |
| Hex | 48 | 7C | 1F | 2A | 0 | 4B | 33 | 5E | 3C | 1E |
| Octal | 110 | 174 | 37 | 52 | 0 | 113 | 63 | 136 | 74 | 36 |
| Binary | 1001000 | 1111100 | 11111 | 101010 | 0 | 1001011 | 110011 | 1011110 | 111100 | 11110 |
Color Harmonies of #487C1F
Complementary color
Monochromatic Colors of #487C1F
Black with #487C1F
Text Example
Text Example
White with #487C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C1F; }
p { color: rgb(72,124,31); }
H1.HeaderClassName
{
color: #487C1F;
}
.AnyTagClassName
{
color: #487C1F;
}
</style>
background-color css
<style>
a { background-color: #487C1F; }
a { background-color: rgb(72,124,31); }
div.DivClassName
{
background-color: #487C1F;
}
.BgClassName
{
background-color: #487C1F;
}
</style>
border-color css
<style>
span { border-color: #487C1F; }
span { border-color: rgb(72,124,31); }
td.TdClassName
{
border-color: #487C1F;
}
.TagClassName
{
border-color: #487C1F;
}
</style>