Shades of Bilbao #487C04
Tints of Bilbao #487C04
RGB
CMYK
RGB Variations
Color information
#487C04 (or 0x487C04) is known color: Bilbao. HEX triplet: 48, 7C and 04. RGB value is (72,124,4). Sum of RGB (Red+Green+Blue) = 72+124+4=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #487C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C04 is #B783FB. Grayscale: #5F5F5F. Windows color (decimal): -12026876 or 293960. OLE color: 293960.
HSL color Cylindrical-coordinate representation of color #487C04: hue angle of 86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #487C04 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 4 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.51 |
| HSL | 86º | 0.94% | 0.25% | - |
| HSV(B) | 86º | 0.97% | 0.49% | - |
| XYZ | 9.9 | 15.8 | 2.64 | - |
| YUV | 94.77 | 76.77 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 4 | 0.42 | 0 | 0.97 | 0.51 | 86 | 0.94 | 0.25 |
| Hex | 48 | 7C | 4 | 2A | 0 | 61 | 33 | 56 | 5E | 19 |
| Octal | 110 | 174 | 4 | 52 | 0 | 141 | 63 | 126 | 136 | 31 |
| Binary | 1001000 | 1111100 | 100 | 101010 | 0 | 1100001 | 110011 | 1010110 | 1011110 | 11001 |
Color Harmonies of #487C04
Complementary color
Monochromatic Colors of #487C04
Black with #487C04
Text Example
Text Example
White with #487C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C04; }
p { color: rgb(72,124,4); }
H1.HeaderClassName
{
color: #487C04;
}
.AnyTagClassName
{
color: #487C04;
}
</style>
background-color css
<style>
a { background-color: #487C04; }
a { background-color: rgb(72,124,4); }
div.DivClassName
{
background-color: #487C04;
}
.BgClassName
{
background-color: #487C04;
}
</style>
border-color css
<style>
span { border-color: #487C04; }
span { border-color: rgb(72,124,4); }
td.TdClassName
{
border-color: #487C04;
}
.TagClassName
{
border-color: #487C04;
}
</style>