Shades of Bilbao #487F2F
Tints of Bilbao #487F2F
RGB
CMYK
RGB Variations
Color information
#487F2F (or 0x487F2F) is known color: Bilbao. HEX triplet: 48, 7F and 2F. RGB value is (72,127,47). Sum of RGB (Red+Green+Blue) = 72+127+47=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #487F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F2F is #B780D0. Grayscale: #656565. Windows color (decimal): -12026065 or 3112776. OLE color: 3112776.
HSL color Cylindrical-coordinate representation of color #487F2F: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487F2F is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 127 | 47 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.50 |
| HSL | 101.25º | 0.46% | 0.34% | - |
| HSV(B) | 101.25º | 0.63% | 0.5% | - |
| XYZ | 10.77 | 16.76 | 5.36 | - |
| YUV | 101.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 47 | 0.43 | 0 | 0.63 | 0.50 | 101.25 | 0.46 | 0.34 |
| Hex | 48 | 7F | 2F | 2B | 0 | 3F | 32 | 65 | 2E | 22 |
| Octal | 110 | 177 | 57 | 53 | 0 | 77 | 62 | 145 | 56 | 42 |
| Binary | 1001000 | 1111111 | 101111 | 101011 | 0 | 111111 | 110010 | 1100101 | 101110 | 100010 |
Color Harmonies of #487F2F
Complementary color
Monochromatic Colors of #487F2F
Black with #487F2F
Text Example
Text Example
White with #487F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F2F; }
p { color: rgb(72,127,47); }
H1.HeaderClassName
{
color: #487F2F;
}
.AnyTagClassName
{
color: #487F2F;
}
</style>
background-color css
<style>
a { background-color: #487F2F; }
a { background-color: rgb(72,127,47); }
div.DivClassName
{
background-color: #487F2F;
}
.BgClassName
{
background-color: #487F2F;
}
</style>
border-color css
<style>
span { border-color: #487F2F; }
span { border-color: rgb(72,127,47); }
td.TdClassName
{
border-color: #487F2F;
}
.TagClassName
{
border-color: #487F2F;
}
</style>