Shades of Bilbao #488411
Tints of Bilbao #488411
RGB
CMYK
RGB Variations
Color information
#488411 (or 0x488411) is known color: Bilbao. HEX triplet: 48, 84 and 11. RGB value is (72,132,17). Sum of RGB (Red+Green+Blue) = 72+132+17=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #488411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488411 is #B77BEE. Grayscale: #656565. Windows color (decimal): -12024815 or 1147976. OLE color: 1147976.
HSL color Cylindrical-coordinate representation of color #488411: hue angle of 91.3º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #488411 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 17 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.48 |
| HSL | 91.3º | 0.77% | 0.29% | - |
| HSV(B) | 91.3º | 0.87% | 0.52% | - |
| XYZ | 11.02 | 17.92 | 3.41 | - |
| YUV | 100.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 17 | 0.45 | 0 | 0.87 | 0.48 | 91.3 | 0.77 | 0.29 |
| Hex | 48 | 84 | 11 | 2D | 0 | 57 | 30 | 5B | 4D | 1D |
| Octal | 110 | 204 | 21 | 55 | 0 | 127 | 60 | 133 | 115 | 35 |
| Binary | 1001000 | 10000100 | 10001 | 101101 | 0 | 1010111 | 110000 | 1011011 | 1001101 | 11101 |
Color Harmonies of #488411
Complementary color
Monochromatic Colors of #488411
Black with #488411
Text Example
Text Example
White with #488411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488411; }
p { color: rgb(72,132,17); }
H1.HeaderClassName
{
color: #488411;
}
.AnyTagClassName
{
color: #488411;
}
</style>
background-color css
<style>
a { background-color: #488411; }
a { background-color: rgb(72,132,17); }
div.DivClassName
{
background-color: #488411;
}
.BgClassName
{
background-color: #488411;
}
</style>
border-color css
<style>
span { border-color: #488411; }
span { border-color: rgb(72,132,17); }
td.TdClassName
{
border-color: #488411;
}
.TagClassName
{
border-color: #488411;
}
</style>