Shades of Bilbao #487E20
Tints of Bilbao #487E20
RGB
CMYK
RGB Variations
Color information
#487E20 (or 0x487E20) is known color: Bilbao. HEX triplet: 48, 7E and 20. RGB value is (72,126,32). Sum of RGB (Red+Green+Blue) = 72+126+32=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #487E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487E20 is #B781DF. Grayscale: #636363. Windows color (decimal): -12026336 or 2129480. OLE color: 2129480.
HSL color Cylindrical-coordinate representation of color #487E20: hue angle of 94.47º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #487E20 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 126 | 32 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.51 |
| HSL | 94.47º | 0.59% | 0.31% | - |
| HSV(B) | 94.47º | 0.75% | 0.49% | - |
| XYZ | 10.39 | 16.4 | 3.98 | - |
| YUV | 99.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 32 | 0.43 | 0 | 0.75 | 0.51 | 94.47 | 0.59 | 0.31 |
| Hex | 48 | 7E | 20 | 2B | 0 | 4B | 33 | 5E | 3B | 1F |
| Octal | 110 | 176 | 40 | 53 | 0 | 113 | 63 | 136 | 73 | 37 |
| Binary | 1001000 | 1111110 | 100000 | 101011 | 0 | 1001011 | 110011 | 1011110 | 111011 | 11111 |
Color Harmonies of #487E20
Complementary color
Monochromatic Colors of #487E20
Black with #487E20
Text Example
Text Example
White with #487E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487E20; }
p { color: rgb(72,126,32); }
H1.HeaderClassName
{
color: #487E20;
}
.AnyTagClassName
{
color: #487E20;
}
</style>
background-color css
<style>
a { background-color: #487E20; }
a { background-color: rgb(72,126,32); }
div.DivClassName
{
background-color: #487E20;
}
.BgClassName
{
background-color: #487E20;
}
</style>
border-color css
<style>
span { border-color: #487E20; }
span { border-color: rgb(72,126,32); }
td.TdClassName
{
border-color: #487E20;
}
.TagClassName
{
border-color: #487E20;
}
</style>