Shades of Bilbao #487C2F
Tints of Bilbao #487C2F
RGB
CMYK
RGB Variations
Color information
#487C2F (or 0x487C2F) is known color: Bilbao. HEX triplet: 48, 7C and 2F. RGB value is (72,124,47). Sum of RGB (Red+Green+Blue) = 72+124+47=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #487C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C2F is #B783D0. Grayscale: #636363. Windows color (decimal): -12026833 or 3112008. OLE color: 3112008.
HSL color Cylindrical-coordinate representation of color #487C2F: hue angle of 100.52º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487C2F is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 47 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.51 |
| HSL | 100.52º | 0.45% | 0.34% | - |
| HSV(B) | 100.52º | 0.62% | 0.49% | - |
| XYZ | 10.39 | 16 | 5.23 | - |
| YUV | 99.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 47 | 0.42 | 0 | 0.62 | 0.51 | 100.52 | 0.45 | 0.34 |
| Hex | 48 | 7C | 2F | 2A | 0 | 3E | 33 | 65 | 2D | 22 |
| Octal | 110 | 174 | 57 | 52 | 0 | 76 | 63 | 145 | 55 | 42 |
| Binary | 1001000 | 1111100 | 101111 | 101010 | 0 | 111110 | 110011 | 1100101 | 101101 | 100010 |
Color Harmonies of #487C2F
Complementary color
Monochromatic Colors of #487C2F
Black with #487C2F
Text Example
Text Example
White with #487C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C2F; }
p { color: rgb(72,124,47); }
H1.HeaderClassName
{
color: #487C2F;
}
.AnyTagClassName
{
color: #487C2F;
}
</style>
background-color css
<style>
a { background-color: #487C2F; }
a { background-color: rgb(72,124,47); }
div.DivClassName
{
background-color: #487C2F;
}
.BgClassName
{
background-color: #487C2F;
}
</style>
border-color css
<style>
span { border-color: #487C2F; }
span { border-color: rgb(72,124,47); }
td.TdClassName
{
border-color: #487C2F;
}
.TagClassName
{
border-color: #487C2F;
}
</style>