Shades of Bilbao #48810D
Tints of Bilbao #48810D
RGB
CMYK
RGB Variations
Color information
#48810D (or 0x48810D) is known color: Bilbao. HEX triplet: 48, 81 and 0D. RGB value is (72,129,13). Sum of RGB (Red+Green+Blue) = 72+129+13=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #48810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48810D is #B77EF2. Grayscale: #636363. Windows color (decimal): -12025587 or 885064. OLE color: 885064.
HSL color Cylindrical-coordinate representation of color #48810D: hue angle of 89.48º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48810D is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 13 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.49 |
| HSL | 89.48º | 0.82% | 0.28% | - |
| HSV(B) | 89.48º | 0.9% | 0.51% | - |
| XYZ | 10.6 | 17.11 | 3.12 | - |
| YUV | 98.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 13 | 0.44 | 0 | 0.90 | 0.49 | 89.48 | 0.82 | 0.28 |
| Hex | 48 | 81 | D | 2C | 0 | 5A | 31 | 59 | 52 | 1C |
| Octal | 110 | 201 | 15 | 54 | 0 | 132 | 61 | 131 | 122 | 34 |
| Binary | 1001000 | 10000001 | 1101 | 101100 | 0 | 1011010 | 110001 | 1011001 | 1010010 | 11100 |
Color Harmonies of #48810D
Complementary color
Monochromatic Colors of #48810D
Black with #48810D
Text Example
Text Example
White with #48810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48810D; }
p { color: rgb(72,129,13); }
H1.HeaderClassName
{
color: #48810D;
}
.AnyTagClassName
{
color: #48810D;
}
</style>
background-color css
<style>
a { background-color: #48810D; }
a { background-color: rgb(72,129,13); }
div.DivClassName
{
background-color: #48810D;
}
.BgClassName
{
background-color: #48810D;
}
</style>
border-color css
<style>
span { border-color: #48810D; }
span { border-color: rgb(72,129,13); }
td.TdClassName
{
border-color: #48810D;
}
.TagClassName
{
border-color: #48810D;
}
</style>