Shades of Bilbao #487F2A
Tints of Bilbao #487F2A
RGB
CMYK
RGB Variations
Color information
#487F2A (or 0x487F2A) is known color: Bilbao. HEX triplet: 48, 7F and 2A. RGB value is (72,127,42). Sum of RGB (Red+Green+Blue) = 72+127+42=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #487F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F2A is #B780D5. Grayscale: #656565. Windows color (decimal): -12026070 or 2785096. OLE color: 2785096.
HSL color Cylindrical-coordinate representation of color #487F2A: hue angle of 98.82º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487F2A is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 127 | 42 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.50 |
| HSL | 98.82º | 0.5% | 0.33% | - |
| HSV(B) | 98.82º | 0.67% | 0.5% | - |
| XYZ | 10.68 | 16.72 | 4.86 | - |
| YUV | 100.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 42 | 0.43 | 0 | 0.67 | 0.50 | 98.82 | 0.5 | 0.33 |
| Hex | 48 | 7F | 2A | 2B | 0 | 43 | 32 | 63 | 32 | 21 |
| Octal | 110 | 177 | 52 | 53 | 0 | 103 | 62 | 143 | 62 | 41 |
| Binary | 1001000 | 1111111 | 101010 | 101011 | 0 | 1000011 | 110010 | 1100011 | 110010 | 100001 |
Color Harmonies of #487F2A
Complementary color
Monochromatic Colors of #487F2A
Black with #487F2A
Text Example
Text Example
White with #487F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F2A; }
p { color: rgb(72,127,42); }
H1.HeaderClassName
{
color: #487F2A;
}
.AnyTagClassName
{
color: #487F2A;
}
</style>
background-color css
<style>
a { background-color: #487F2A; }
a { background-color: rgb(72,127,42); }
div.DivClassName
{
background-color: #487F2A;
}
.BgClassName
{
background-color: #487F2A;
}
</style>
border-color css
<style>
span { border-color: #487F2A; }
span { border-color: rgb(72,127,42); }
td.TdClassName
{
border-color: #487F2A;
}
.TagClassName
{
border-color: #487F2A;
}
</style>