Shades of Bilbao #487F24
Tints of Bilbao #487F24
RGB
CMYK
RGB Variations
Color information
#487F24 (or 0x487F24) is known color: Bilbao. HEX triplet: 48, 7F and 24. RGB value is (72,127,36). Sum of RGB (Red+Green+Blue) = 72+127+36=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #487F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F24 is #B780DB. Grayscale: #646464. Windows color (decimal): -12026076 or 2391880. OLE color: 2391880.
HSL color Cylindrical-coordinate representation of color #487F24: hue angle of 96.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487F24 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 127 | 36 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.50 |
| HSL | 96.26º | 0.56% | 0.32% | - |
| HSV(B) | 96.26º | 0.72% | 0.5% | - |
| XYZ | 10.58 | 16.68 | 4.33 | - |
| YUV | 100.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 36 | 0.43 | 0 | 0.72 | 0.50 | 96.26 | 0.56 | 0.32 |
| Hex | 48 | 7F | 24 | 2B | 0 | 48 | 32 | 60 | 38 | 20 |
| Octal | 110 | 177 | 44 | 53 | 0 | 110 | 62 | 140 | 70 | 40 |
| Binary | 1001000 | 1111111 | 100100 | 101011 | 0 | 1001000 | 110010 | 1100000 | 111000 | 100000 |
Color Harmonies of #487F24
Complementary color
Monochromatic Colors of #487F24
Black with #487F24
Text Example
Text Example
White with #487F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F24; }
p { color: rgb(72,127,36); }
H1.HeaderClassName
{
color: #487F24;
}
.AnyTagClassName
{
color: #487F24;
}
</style>
background-color css
<style>
a { background-color: #487F24; }
a { background-color: rgb(72,127,36); }
div.DivClassName
{
background-color: #487F24;
}
.BgClassName
{
background-color: #487F24;
}
</style>
border-color css
<style>
span { border-color: #487F24; }
span { border-color: rgb(72,127,36); }
td.TdClassName
{
border-color: #487F24;
}
.TagClassName
{
border-color: #487F24;
}
</style>