Shades of Bilbao #487B13
Tints of Bilbao #487B13
RGB
CMYK
RGB Variations
Color information
#487B13 (or 0x487B13) is known color: Bilbao. HEX triplet: 48, 7B and 13. RGB value is (72,123,19). Sum of RGB (Red+Green+Blue) = 72+123+19=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #487B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B13 is #B784EC. Grayscale: #606060. Windows color (decimal): -12027117 or 1276744. OLE color: 1276744.
HSL color Cylindrical-coordinate representation of color #487B13: hue angle of 89.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #487B13 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 19 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.52 |
| HSL | 89.42º | 0.73% | 0.28% | - |
| HSV(B) | 89.42º | 0.85% | 0.48% | - |
| XYZ | 9.87 | 15.59 | 3.11 | - |
| YUV | 95.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 19 | 0.41 | 0 | 0.85 | 0.52 | 89.42 | 0.73 | 0.28 |
| Hex | 48 | 7B | 13 | 29 | 0 | 55 | 34 | 59 | 49 | 1C |
| Octal | 110 | 173 | 23 | 51 | 0 | 125 | 64 | 131 | 111 | 34 |
| Binary | 1001000 | 1111011 | 10011 | 101001 | 0 | 1010101 | 110100 | 1011001 | 1001001 | 11100 |
Color Harmonies of #487B13
Complementary color
Monochromatic Colors of #487B13
Black with #487B13
Text Example
Text Example
White with #487B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B13; }
p { color: rgb(72,123,19); }
H1.HeaderClassName
{
color: #487B13;
}
.AnyTagClassName
{
color: #487B13;
}
</style>
background-color css
<style>
a { background-color: #487B13; }
a { background-color: rgb(72,123,19); }
div.DivClassName
{
background-color: #487B13;
}
.BgClassName
{
background-color: #487B13;
}
</style>
border-color css
<style>
span { border-color: #487B13; }
span { border-color: rgb(72,123,19); }
td.TdClassName
{
border-color: #487B13;
}
.TagClassName
{
border-color: #487B13;
}
</style>