Shades of Bilbao #326C01
Tints of Bilbao #326C01
RGB
CMYK
RGB Variations
Color information
#326C01 (or 0x326C01) is known color: Bilbao. HEX triplet: 32, 6C and 01. RGB value is (50,108,1). Sum of RGB (Red+Green+Blue) = 50+108+1=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 108 (42.58% from 255 or 67.92% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 108 - color contains mainly: green. Hex color #326C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326C01 is #CD93FE. Grayscale: #4E4E4E. Windows color (decimal): -13472767 or 93234. OLE color: 93234.
HSL color Cylindrical-coordinate representation of color #326C01: hue angle of 92.52º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #326C01 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.58 |
| HSL | 92.52º | 0.98% | 0.21% | - |
| HSV(B) | 92.52º | 0.99% | 0.42% | - |
| XYZ | 6.68 | 11.41 | 1.88 | - |
| YUV | 78.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 1 | 0.54 | 0 | 0.99 | 0.58 | 92.52 | 0.98 | 0.21 |
| Hex | 32 | 6C | 1 | 36 | 0 | 63 | 3A | 5D | 62 | 15 |
| Octal | 62 | 154 | 1 | 66 | 0 | 143 | 72 | 135 | 142 | 25 |
| Binary | 110010 | 1101100 | 1 | 110110 | 0 | 1100011 | 111010 | 1011101 | 1100010 | 10101 |
Color Harmonies of #326C01
Complementary color
Monochromatic Colors of #326C01
Black with #326C01
Text Example
Text Example
White with #326C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C01; }
p { color: rgb(50,108,1); }
H1.HeaderClassName
{
color: #326C01;
}
.AnyTagClassName
{
color: #326C01;
}
</style>
background-color css
<style>
a { background-color: #326C01; }
a { background-color: rgb(50,108,1); }
div.DivClassName
{
background-color: #326C01;
}
.BgClassName
{
background-color: #326C01;
}
</style>
border-color css
<style>
span { border-color: #326C01; }
span { border-color: rgb(50,108,1); }
td.TdClassName
{
border-color: #326C01;
}
.TagClassName
{
border-color: #326C01;
}
</style>