Shades of Bilbao #326A0B
Tints of Bilbao #326A0B
RGB
CMYK
RGB Variations
Color information
#326A0B (or 0x326A0B) is known color: Bilbao. HEX triplet: 32, 6A and 0B. RGB value is (50,106,11). Sum of RGB (Red+Green+Blue) = 50+106+11=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #326A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326A0B is #CD95F4. Grayscale: #4E4E4E. Windows color (decimal): -13473269 or 748082. OLE color: 748082.
HSL color Cylindrical-coordinate representation of color #326A0B: hue angle of 95.37º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #326A0B is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 106 | 11 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.58 |
| HSL | 95.37º | 0.81% | 0.23% | - |
| HSV(B) | 95.37º | 0.9% | 0.42% | - |
| XYZ | 6.53 | 11.01 | 2.1 | - |
| YUV | 78.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 11 | 0.53 | 0 | 0.90 | 0.58 | 95.37 | 0.81 | 0.23 |
| Hex | 32 | 6A | B | 35 | 0 | 5A | 3A | 5F | 51 | 17 |
| Octal | 62 | 152 | 13 | 65 | 0 | 132 | 72 | 137 | 121 | 27 |
| Binary | 110010 | 1101010 | 1011 | 110101 | 0 | 1011010 | 111010 | 1011111 | 1010001 | 10111 |
Color Harmonies of #326A0B
Complementary color
Monochromatic Colors of #326A0B
Black with #326A0B
Text Example
Text Example
White with #326A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A0B; }
p { color: rgb(50,106,11); }
H1.HeaderClassName
{
color: #326A0B;
}
.AnyTagClassName
{
color: #326A0B;
}
</style>
background-color css
<style>
a { background-color: #326A0B; }
a { background-color: rgb(50,106,11); }
div.DivClassName
{
background-color: #326A0B;
}
.BgClassName
{
background-color: #326A0B;
}
</style>
border-color css
<style>
span { border-color: #326A0B; }
span { border-color: rgb(50,106,11); }
td.TdClassName
{
border-color: #326A0B;
}
.TagClassName
{
border-color: #326A0B;
}
</style>