Shades of Bilbao #487B0E
Tints of Bilbao #487B0E
RGB
CMYK
RGB Variations
Color information
#487B0E (or 0x487B0E) is known color: Bilbao. HEX triplet: 48, 7B and 0E. RGB value is (72,123,14). Sum of RGB (Red+Green+Blue) = 72+123+14=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #487B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B0E is #B784F1. Grayscale: #5F5F5F. Windows color (decimal): -12027122 or 949064. OLE color: 949064.
HSL color Cylindrical-coordinate representation of color #487B0E: hue angle of 88.07º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #487B0E is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 14 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.52 |
| HSL | 88.07º | 0.8% | 0.27% | - |
| HSV(B) | 88.07º | 0.89% | 0.48% | - |
| XYZ | 9.83 | 15.58 | 2.9 | - |
| YUV | 95.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 14 | 0.41 | 0 | 0.89 | 0.52 | 88.07 | 0.8 | 0.27 |
| Hex | 48 | 7B | E | 29 | 0 | 59 | 34 | 58 | 50 | 1B |
| Octal | 110 | 173 | 16 | 51 | 0 | 131 | 64 | 130 | 120 | 33 |
| Binary | 1001000 | 1111011 | 1110 | 101001 | 0 | 1011001 | 110100 | 1011000 | 1010000 | 11011 |
Color Harmonies of #487B0E
Complementary color
Monochromatic Colors of #487B0E
Black with #487B0E
Text Example
Text Example
White with #487B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B0E; }
p { color: rgb(72,123,14); }
H1.HeaderClassName
{
color: #487B0E;
}
.AnyTagClassName
{
color: #487B0E;
}
</style>
background-color css
<style>
a { background-color: #487B0E; }
a { background-color: rgb(72,123,14); }
div.DivClassName
{
background-color: #487B0E;
}
.BgClassName
{
background-color: #487B0E;
}
</style>
border-color css
<style>
span { border-color: #487B0E; }
span { border-color: rgb(72,123,14); }
td.TdClassName
{
border-color: #487B0E;
}
.TagClassName
{
border-color: #487B0E;
}
</style>