Shades of Bilbao #487D19
Tints of Bilbao #487D19
RGB
CMYK
RGB Variations
Color information
#487D19 (or 0x487D19) is known color: Bilbao. HEX triplet: 48, 7D and 19. RGB value is (72,125,25). Sum of RGB (Red+Green+Blue) = 72+125+25=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #487D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487D19 is #B782E6. Grayscale: #626262. Windows color (decimal): -12026599 or 1670472. OLE color: 1670472.
HSL color Cylindrical-coordinate representation of color #487D19: hue angle of 91.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #487D19 is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 125 | 25 | - |
| CMYK | 0.42 | 0 | 0.8 | 0.51 |
| HSL | 91.8º | 0.67% | 0.29% | - |
| HSV(B) | 91.8º | 0.8% | 0.49% | - |
| XYZ | 10.18 | 16.12 | 3.49 | - |
| YUV | 97.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 25 | 0.42 | 0 | 0.8 | 0.51 | 91.8 | 0.67 | 0.29 |
| Hex | 48 | 7D | 19 | 2A | 0 | 50 | 33 | 5C | 43 | 1D |
| Octal | 110 | 175 | 31 | 52 | 0 | 120 | 63 | 134 | 103 | 35 |
| Binary | 1001000 | 1111101 | 11001 | 101010 | 0 | 1010000 | 110011 | 1011100 | 1000011 | 11101 |
Color Harmonies of #487D19
Complementary color
Monochromatic Colors of #487D19
Black with #487D19
Text Example
Text Example
White with #487D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D19; }
p { color: rgb(72,125,25); }
H1.HeaderClassName
{
color: #487D19;
}
.AnyTagClassName
{
color: #487D19;
}
</style>
background-color css
<style>
a { background-color: #487D19; }
a { background-color: rgb(72,125,25); }
div.DivClassName
{
background-color: #487D19;
}
.BgClassName
{
background-color: #487D19;
}
</style>
border-color css
<style>
span { border-color: #487D19; }
span { border-color: rgb(72,125,25); }
td.TdClassName
{
border-color: #487D19;
}
.TagClassName
{
border-color: #487D19;
}
</style>