Shades of Bilbao #488000
Tints of Bilbao #488000
RGB
CMYK
RGB Variations
Color information
#488000 (or 0x488000) is known color: Bilbao. HEX triplet: 48, 80 and 00. RGB value is (72,128,0). Sum of RGB (Red+Green+Blue) = 72+128+0=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #488000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488000 is #B77FFF. Grayscale: #616161. Windows color (decimal): -12025856 or 32840. OLE color: 32840.
HSL color Cylindrical-coordinate representation of color #488000: hue angle of 86.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #488000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.50 |
| HSL | 86.25º | 1% | 0.25% | - |
| HSV(B) | 86.25º | 1% | 0.5% | - |
| XYZ | 10.39 | 16.82 | 2.7 | - |
| YUV | 96.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 0 | 0.44 | 0 | 1 | 0.50 | 86.25 | 1 | 0.25 |
| Hex | 48 | 80 | 0 | 2C | 0 | 64 | 32 | 56 | 64 | 19 |
| Octal | 110 | 200 | 0 | 54 | 0 | 144 | 62 | 126 | 144 | 31 |
| Binary | 1001000 | 10000000 | 0 | 101100 | 0 | 1100100 | 110010 | 1010110 | 1100100 | 11001 |
Color Harmonies of #488000
Complementary color
Monochromatic Colors of #488000
Black with #488000
Text Example
Text Example
White with #488000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488000; }
p { color: rgb(72,128,0); }
H1.HeaderClassName
{
color: #488000;
}
.AnyTagClassName
{
color: #488000;
}
</style>
background-color css
<style>
a { background-color: #488000; }
a { background-color: rgb(72,128,0); }
div.DivClassName
{
background-color: #488000;
}
.BgClassName
{
background-color: #488000;
}
</style>
border-color css
<style>
span { border-color: #488000; }
span { border-color: rgb(72,128,0); }
td.TdClassName
{
border-color: #488000;
}
.TagClassName
{
border-color: #488000;
}
</style>