Shades of Bilbao #487C2B
Tints of Bilbao #487C2B
RGB
CMYK
RGB Variations
Color information
#487C2B (or 0x487C2B) is known color: Bilbao. HEX triplet: 48, 7C and 2B. RGB value is (72,124,43). Sum of RGB (Red+Green+Blue) = 72+124+43=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #487C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C2B is #B783D4. Grayscale: #636363. Windows color (decimal): -12026837 or 2849864. OLE color: 2849864.
HSL color Cylindrical-coordinate representation of color #487C2B: hue angle of 98.52º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487C2B is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 43 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.51 |
| HSL | 98.52º | 0.49% | 0.33% | - |
| HSV(B) | 98.52º | 0.65% | 0.49% | - |
| XYZ | 10.32 | 15.97 | 4.82 | - |
| YUV | 99.22 | 96.27 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 43 | 0.42 | 0 | 0.65 | 0.51 | 98.52 | 0.49 | 0.33 |
| Hex | 48 | 7C | 2B | 2A | 0 | 41 | 33 | 63 | 31 | 21 |
| Octal | 110 | 174 | 53 | 52 | 0 | 101 | 63 | 143 | 61 | 41 |
| Binary | 1001000 | 1111100 | 101011 | 101010 | 0 | 1000001 | 110011 | 1100011 | 110001 | 100001 |
Color Harmonies of #487C2B
Complementary color
Monochromatic Colors of #487C2B
Black with #487C2B
Text Example
Text Example
White with #487C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C2B; }
p { color: rgb(72,124,43); }
H1.HeaderClassName
{
color: #487C2B;
}
.AnyTagClassName
{
color: #487C2B;
}
</style>
background-color css
<style>
a { background-color: #487C2B; }
a { background-color: rgb(72,124,43); }
div.DivClassName
{
background-color: #487C2B;
}
.BgClassName
{
background-color: #487C2B;
}
</style>
border-color css
<style>
span { border-color: #487C2B; }
span { border-color: rgb(72,124,43); }
td.TdClassName
{
border-color: #487C2B;
}
.TagClassName
{
border-color: #487C2B;
}
</style>