Shades of Bilbao #487D14
Tints of Bilbao #487D14
RGB
CMYK
RGB Variations
Color information
#487D14 (or 0x487D14) is known color: Bilbao. HEX triplet: 48, 7D and 14. RGB value is (72,125,20). Sum of RGB (Red+Green+Blue) = 72+125+20=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #487D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487D14 is #B782EB. Grayscale: #616161. Windows color (decimal): -12026604 or 1342792. OLE color: 1342792.
HSL color Cylindrical-coordinate representation of color #487D14: hue angle of 90.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #487D14 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 125 | 20 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.51 |
| HSL | 90.29º | 0.72% | 0.28% | - |
| HSV(B) | 90.29º | 0.84% | 0.49% | - |
| XYZ | 10.13 | 16.1 | 3.23 | - |
| YUV | 97.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 20 | 0.42 | 0 | 0.84 | 0.51 | 90.29 | 0.72 | 0.28 |
| Hex | 48 | 7D | 14 | 2A | 0 | 54 | 33 | 5A | 48 | 1C |
| Octal | 110 | 175 | 24 | 52 | 0 | 124 | 63 | 132 | 110 | 34 |
| Binary | 1001000 | 1111101 | 10100 | 101010 | 0 | 1010100 | 110011 | 1011010 | 1001000 | 11100 |
Color Harmonies of #487D14
Complementary color
Monochromatic Colors of #487D14
Black with #487D14
Text Example
Text Example
White with #487D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D14; }
p { color: rgb(72,125,20); }
H1.HeaderClassName
{
color: #487D14;
}
.AnyTagClassName
{
color: #487D14;
}
</style>
background-color css
<style>
a { background-color: #487D14; }
a { background-color: rgb(72,125,20); }
div.DivClassName
{
background-color: #487D14;
}
.BgClassName
{
background-color: #487D14;
}
</style>
border-color css
<style>
span { border-color: #487D14; }
span { border-color: rgb(72,125,20); }
td.TdClassName
{
border-color: #487D14;
}
.TagClassName
{
border-color: #487D14;
}
</style>