Shades of Bilbao #488019
Tints of Bilbao #488019
RGB
CMYK
RGB Variations
Color information
#488019 (or 0x488019) is known color: Bilbao. HEX triplet: 48, 80 and 19. RGB value is (72,128,25). Sum of RGB (Red+Green+Blue) = 72+128+25=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #488019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488019 is #B77FE6. Grayscale: #636363. Windows color (decimal): -12025831 or 1671240. OLE color: 1671240.
HSL color Cylindrical-coordinate representation of color #488019: hue angle of 92.62º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #488019 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 25 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.50 |
| HSL | 92.62º | 0.67% | 0.3% | - |
| HSV(B) | 92.62º | 0.8% | 0.5% | - |
| XYZ | 10.57 | 16.89 | 3.62 | - |
| YUV | 99.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 25 | 0.44 | 0 | 0.80 | 0.50 | 92.62 | 0.67 | 0.3 |
| Hex | 48 | 80 | 19 | 2C | 0 | 50 | 32 | 5D | 43 | 1E |
| Octal | 110 | 200 | 31 | 54 | 0 | 120 | 62 | 135 | 103 | 36 |
| Binary | 1001000 | 10000000 | 11001 | 101100 | 0 | 1010000 | 110010 | 1011101 | 1000011 | 11110 |
Color Harmonies of #488019
Complementary color
Monochromatic Colors of #488019
Black with #488019
Text Example
Text Example
White with #488019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488019; }
p { color: rgb(72,128,25); }
H1.HeaderClassName
{
color: #488019;
}
.AnyTagClassName
{
color: #488019;
}
</style>
background-color css
<style>
a { background-color: #488019; }
a { background-color: rgb(72,128,25); }
div.DivClassName
{
background-color: #488019;
}
.BgClassName
{
background-color: #488019;
}
</style>
border-color css
<style>
span { border-color: #488019; }
span { border-color: rgb(72,128,25); }
td.TdClassName
{
border-color: #488019;
}
.TagClassName
{
border-color: #488019;
}
</style>