Shades of Bilbao #48821E
Tints of Bilbao #48821E
RGB
CMYK
RGB Variations
Color information
#48821E (or 0x48821E) is known color: Bilbao. HEX triplet: 48, 82 and 1E. RGB value is (72,130,30). Sum of RGB (Red+Green+Blue) = 72+130+30=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #48821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48821E is #B77DE1. Grayscale: #656565. Windows color (decimal): -12025314 or 1999432. OLE color: 1999432.
HSL color Cylindrical-coordinate representation of color #48821E: hue angle of 94.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48821E is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 30 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.49 |
| HSL | 94.8º | 0.63% | 0.31% | - |
| HSV(B) | 94.8º | 0.77% | 0.51% | - |
| XYZ | 10.89 | 17.44 | 4.02 | - |
| YUV | 101.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 30 | 0.45 | 0 | 0.77 | 0.49 | 94.8 | 0.63 | 0.31 |
| Hex | 48 | 82 | 1E | 2D | 0 | 4D | 31 | 5F | 3E | 1F |
| Octal | 110 | 202 | 36 | 55 | 0 | 115 | 61 | 137 | 76 | 37 |
| Binary | 1001000 | 10000010 | 11110 | 101101 | 0 | 1001101 | 110001 | 1011111 | 111110 | 11111 |
Color Harmonies of #48821E
Complementary color
Monochromatic Colors of #48821E
Black with #48821E
Text Example
Text Example
White with #48821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48821E; }
p { color: rgb(72,130,30); }
H1.HeaderClassName
{
color: #48821E;
}
.AnyTagClassName
{
color: #48821E;
}
</style>
background-color css
<style>
a { background-color: #48821E; }
a { background-color: rgb(72,130,30); }
div.DivClassName
{
background-color: #48821E;
}
.BgClassName
{
background-color: #48821E;
}
</style>
border-color css
<style>
span { border-color: #48821E; }
span { border-color: rgb(72,130,30); }
td.TdClassName
{
border-color: #48821E;
}
.TagClassName
{
border-color: #48821E;
}
</style>