Shades of Bilbao #488110
Tints of Bilbao #488110
RGB
CMYK
RGB Variations
Color information
#488110 (or 0x488110) is known color: Bilbao. HEX triplet: 48, 81 and 10. RGB value is (72,129,16). Sum of RGB (Red+Green+Blue) = 72+129+16=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #488110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488110 is #B77EEF. Grayscale: #636363. Windows color (decimal): -12025584 or 1081672. OLE color: 1081672.
HSL color Cylindrical-coordinate representation of color #488110: hue angle of 90.27º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #488110 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 16 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.49 |
| HSL | 90.27º | 0.78% | 0.28% | - |
| HSV(B) | 90.27º | 0.88% | 0.51% | - |
| XYZ | 10.62 | 17.12 | 3.23 | - |
| YUV | 99.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 16 | 0.44 | 0 | 0.88 | 0.49 | 90.27 | 0.78 | 0.28 |
| Hex | 48 | 81 | 10 | 2C | 0 | 58 | 31 | 5A | 4E | 1C |
| Octal | 110 | 201 | 20 | 54 | 0 | 130 | 61 | 132 | 116 | 34 |
| Binary | 1001000 | 10000001 | 10000 | 101100 | 0 | 1011000 | 110001 | 1011010 | 1001110 | 11100 |
Color Harmonies of #488110
Complementary color
Monochromatic Colors of #488110
Black with #488110
Text Example
Text Example
White with #488110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488110; }
p { color: rgb(72,129,16); }
H1.HeaderClassName
{
color: #488110;
}
.AnyTagClassName
{
color: #488110;
}
</style>
background-color css
<style>
a { background-color: #488110; }
a { background-color: rgb(72,129,16); }
div.DivClassName
{
background-color: #488110;
}
.BgClassName
{
background-color: #488110;
}
</style>
border-color css
<style>
span { border-color: #488110; }
span { border-color: rgb(72,129,16); }
td.TdClassName
{
border-color: #488110;
}
.TagClassName
{
border-color: #488110;
}
</style>