Shades of Bilbao #48840C
Tints of Bilbao #48840C
RGB
CMYK
RGB Variations
Color information
#48840C (or 0x48840C) is known color: Bilbao. HEX triplet: 48, 84 and 0C. RGB value is (72,132,12). Sum of RGB (Red+Green+Blue) = 72+132+12=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #48840C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48840C is #B77BF3. Grayscale: #646464. Windows color (decimal): -12024820 or 820296. OLE color: 820296.
HSL color Cylindrical-coordinate representation of color #48840C: hue angle of 90º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48840C is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 12 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.48 |
| HSL | 90º | 0.83% | 0.28% | - |
| HSV(B) | 90º | 0.91% | 0.52% | - |
| XYZ | 10.99 | 17.91 | 3.22 | - |
| YUV | 100.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 12 | 0.45 | 0 | 0.91 | 0.48 | 90 | 0.83 | 0.28 |
| Hex | 48 | 84 | C | 2D | 0 | 5B | 30 | 5A | 53 | 1C |
| Octal | 110 | 204 | 14 | 55 | 0 | 133 | 60 | 132 | 123 | 34 |
| Binary | 1001000 | 10000100 | 1100 | 101101 | 0 | 1011011 | 110000 | 1011010 | 1010011 | 11100 |
Color Harmonies of #48840C
Complementary color
Monochromatic Colors of #48840C
Black with #48840C
Text Example
Text Example
White with #48840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48840C; }
p { color: rgb(72,132,12); }
H1.HeaderClassName
{
color: #48840C;
}
.AnyTagClassName
{
color: #48840C;
}
</style>
background-color css
<style>
a { background-color: #48840C; }
a { background-color: rgb(72,132,12); }
div.DivClassName
{
background-color: #48840C;
}
.BgClassName
{
background-color: #48840C;
}
</style>
border-color css
<style>
span { border-color: #48840C; }
span { border-color: rgb(72,132,12); }
td.TdClassName
{
border-color: #48840C;
}
.TagClassName
{
border-color: #48840C;
}
</style>