Shades of Bilbao #326C1B
Tints of Bilbao #326C1B
RGB
CMYK
RGB Variations
Color information
#326C1B (or 0x326C1B) is known color: Bilbao. HEX triplet: 32, 6C and 1B. RGB value is (50,108,27). Sum of RGB (Red+Green+Blue) = 50+108+27=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #326C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C1B is #CD93E4. Grayscale: #515151. Windows color (decimal): -13472741 or 1797170. OLE color: 1797170.
HSL color Cylindrical-coordinate representation of color #326C1B: hue angle of 102.96º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326C1B is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 27 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.58 |
| HSL | 102.96º | 0.6% | 0.26% | - |
| HSV(B) | 102.96º | 0.75% | 0.42% | - |
| XYZ | 6.88 | 11.48 | 2.89 | - |
| YUV | 81.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 27 | 0.54 | 0 | 0.75 | 0.58 | 102.96 | 0.6 | 0.26 |
| Hex | 32 | 6C | 1B | 36 | 0 | 4B | 3A | 67 | 3C | 1A |
| Octal | 62 | 154 | 33 | 66 | 0 | 113 | 72 | 147 | 74 | 32 |
| Binary | 110010 | 1101100 | 11011 | 110110 | 0 | 1001011 | 111010 | 1100111 | 111100 | 11010 |
Color Harmonies of #326C1B
Complementary color
Monochromatic Colors of #326C1B
Black with #326C1B
Text Example
Text Example
White with #326C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C1B; }
p { color: rgb(50,108,27); }
H1.HeaderClassName
{
color: #326C1B;
}
.AnyTagClassName
{
color: #326C1B;
}
</style>
background-color css
<style>
a { background-color: #326C1B; }
a { background-color: rgb(50,108,27); }
div.DivClassName
{
background-color: #326C1B;
}
.BgClassName
{
background-color: #326C1B;
}
</style>
border-color css
<style>
span { border-color: #326C1B; }
span { border-color: rgb(50,108,27); }
td.TdClassName
{
border-color: #326C1B;
}
.TagClassName
{
border-color: #326C1B;
}
</style>