Shades of Bilbao #488013
Tints of Bilbao #488013
RGB
CMYK
RGB Variations
Color information
#488013 (or 0x488013) is known color: Bilbao. HEX triplet: 48, 80 and 13. RGB value is (72,128,19). Sum of RGB (Red+Green+Blue) = 72+128+19=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #488013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488013 is #B77FEC. Grayscale: #636363. Windows color (decimal): -12025837 or 1278024. OLE color: 1278024.
HSL color Cylindrical-coordinate representation of color #488013: hue angle of 90.83º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #488013 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 19 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.50 |
| HSL | 90.83º | 0.74% | 0.29% | - |
| HSV(B) | 90.83º | 0.85% | 0.5% | - |
| XYZ | 10.51 | 16.86 | 3.32 | - |
| YUV | 98.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 19 | 0.44 | 0 | 0.85 | 0.50 | 90.83 | 0.74 | 0.29 |
| Hex | 48 | 80 | 13 | 2C | 0 | 55 | 32 | 5B | 4A | 1D |
| Octal | 110 | 200 | 23 | 54 | 0 | 125 | 62 | 133 | 112 | 35 |
| Binary | 1001000 | 10000000 | 10011 | 101100 | 0 | 1010101 | 110010 | 1011011 | 1001010 | 11101 |
Color Harmonies of #488013
Complementary color
Monochromatic Colors of #488013
Black with #488013
Text Example
Text Example
White with #488013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488013; }
p { color: rgb(72,128,19); }
H1.HeaderClassName
{
color: #488013;
}
.AnyTagClassName
{
color: #488013;
}
</style>
background-color css
<style>
a { background-color: #488013; }
a { background-color: rgb(72,128,19); }
div.DivClassName
{
background-color: #488013;
}
.BgClassName
{
background-color: #488013;
}
</style>
border-color css
<style>
span { border-color: #488013; }
span { border-color: rgb(72,128,19); }
td.TdClassName
{
border-color: #488013;
}
.TagClassName
{
border-color: #488013;
}
</style>