Shades of Bilbao #488005
Tints of Bilbao #488005
RGB
CMYK
RGB Variations
Color information
#488005 (or 0x488005) is known color: Bilbao. HEX triplet: 48, 80 and 05. RGB value is (72,128,5). Sum of RGB (Red+Green+Blue) = 72+128+5=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #488005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488005 is #B77FFA. Grayscale: #616161. Windows color (decimal): -12025851 or 360520. OLE color: 360520.
HSL color Cylindrical-coordinate representation of color #488005: hue angle of 87.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #488005 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 5 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.50 |
| HSL | 87.32º | 0.92% | 0.26% | - |
| HSV(B) | 87.32º | 0.96% | 0.5% | - |
| XYZ | 10.42 | 16.83 | 2.84 | - |
| YUV | 97.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 5 | 0.44 | 0 | 0.96 | 0.50 | 87.32 | 0.92 | 0.26 |
| Hex | 48 | 80 | 5 | 2C | 0 | 60 | 32 | 57 | 5C | 1A |
| Octal | 110 | 200 | 5 | 54 | 0 | 140 | 62 | 127 | 134 | 32 |
| Binary | 1001000 | 10000000 | 101 | 101100 | 0 | 1100000 | 110010 | 1010111 | 1011100 | 11010 |
Color Harmonies of #488005
Complementary color
Monochromatic Colors of #488005
Black with #488005
Text Example
Text Example
White with #488005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488005; }
p { color: rgb(72,128,5); }
H1.HeaderClassName
{
color: #488005;
}
.AnyTagClassName
{
color: #488005;
}
</style>
background-color css
<style>
a { background-color: #488005; }
a { background-color: rgb(72,128,5); }
div.DivClassName
{
background-color: #488005;
}
.BgClassName
{
background-color: #488005;
}
</style>
border-color css
<style>
span { border-color: #488005; }
span { border-color: rgb(72,128,5); }
td.TdClassName
{
border-color: #488005;
}
.TagClassName
{
border-color: #488005;
}
</style>