Shades of Bilbao #487C2E
Tints of Bilbao #487C2E
RGB
CMYK
RGB Variations
Color information
#487C2E (or 0x487C2E) is known color: Bilbao. HEX triplet: 48, 7C and 2E. RGB value is (72,124,46). Sum of RGB (Red+Green+Blue) = 72+124+46=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #487C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C2E is #B783D1. Grayscale: #636363. Windows color (decimal): -12026834 or 3046472. OLE color: 3046472.
HSL color Cylindrical-coordinate representation of color #487C2E: hue angle of 100º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487C2E is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 46 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.51 |
| HSL | 100º | 0.46% | 0.33% | - |
| HSV(B) | 100º | 0.63% | 0.49% | - |
| XYZ | 10.37 | 15.99 | 5.12 | - |
| YUV | 99.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 46 | 0.42 | 0 | 0.63 | 0.51 | 100 | 0.46 | 0.33 |
| Hex | 48 | 7C | 2E | 2A | 0 | 3F | 33 | 64 | 2E | 21 |
| Octal | 110 | 174 | 56 | 52 | 0 | 77 | 63 | 144 | 56 | 41 |
| Binary | 1001000 | 1111100 | 101110 | 101010 | 0 | 111111 | 110011 | 1100100 | 101110 | 100001 |
Color Harmonies of #487C2E
Complementary color
Monochromatic Colors of #487C2E
Black with #487C2E
Text Example
Text Example
White with #487C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C2E; }
p { color: rgb(72,124,46); }
H1.HeaderClassName
{
color: #487C2E;
}
.AnyTagClassName
{
color: #487C2E;
}
</style>
background-color css
<style>
a { background-color: #487C2E; }
a { background-color: rgb(72,124,46); }
div.DivClassName
{
background-color: #487C2E;
}
.BgClassName
{
background-color: #487C2E;
}
</style>
border-color css
<style>
span { border-color: #487C2E; }
span { border-color: rgb(72,124,46); }
td.TdClassName
{
border-color: #487C2E;
}
.TagClassName
{
border-color: #487C2E;
}
</style>