Shades of Bilbao #48821C
Tints of Bilbao #48821C
RGB
CMYK
RGB Variations
Color information
#48821C (or 0x48821C) is known color: Bilbao. HEX triplet: 48, 82 and 1C. RGB value is (72,130,28). Sum of RGB (Red+Green+Blue) = 72+130+28=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #48821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48821C is #B77DE3. Grayscale: #656565. Windows color (decimal): -12025316 or 1868360. OLE color: 1868360.
HSL color Cylindrical-coordinate representation of color #48821C: hue angle of 94.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48821C is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 28 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.49 |
| HSL | 94.12º | 0.65% | 0.31% | - |
| HSV(B) | 94.12º | 0.78% | 0.51% | - |
| XYZ | 10.86 | 17.43 | 3.89 | - |
| YUV | 101.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 28 | 0.45 | 0 | 0.78 | 0.49 | 94.12 | 0.65 | 0.31 |
| Hex | 48 | 82 | 1C | 2D | 0 | 4E | 31 | 5E | 41 | 1F |
| Octal | 110 | 202 | 34 | 55 | 0 | 116 | 61 | 136 | 101 | 37 |
| Binary | 1001000 | 10000010 | 11100 | 101101 | 0 | 1001110 | 110001 | 1011110 | 1000001 | 11111 |
Color Harmonies of #48821C
Complementary color
Monochromatic Colors of #48821C
Black with #48821C
Text Example
Text Example
White with #48821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48821C; }
p { color: rgb(72,130,28); }
H1.HeaderClassName
{
color: #48821C;
}
.AnyTagClassName
{
color: #48821C;
}
</style>
background-color css
<style>
a { background-color: #48821C; }
a { background-color: rgb(72,130,28); }
div.DivClassName
{
background-color: #48821C;
}
.BgClassName
{
background-color: #48821C;
}
</style>
border-color css
<style>
span { border-color: #48821C; }
span { border-color: rgb(72,130,28); }
td.TdClassName
{
border-color: #48821C;
}
.TagClassName
{
border-color: #48821C;
}
</style>