Shades of Bilbao #326C08
Tints of Bilbao #326C08
RGB
CMYK
RGB Variations
Color information
#326C08 (or 0x326C08) is known color: Bilbao. HEX triplet: 32, 6C and 08. RGB value is (50,108,8). Sum of RGB (Red+Green+Blue) = 50+108+8=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #326C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326C08 is #CD93F7. Grayscale: #4F4F4F. Windows color (decimal): -13472760 or 551986. OLE color: 551986.
HSL color Cylindrical-coordinate representation of color #326C08: hue angle of 94.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #326C08 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 8 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.58 |
| HSL | 94.8º | 0.86% | 0.23% | - |
| HSV(B) | 94.8º | 0.93% | 0.42% | - |
| XYZ | 6.72 | 11.42 | 2.08 | - |
| YUV | 79.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 8 | 0.54 | 0 | 0.93 | 0.58 | 94.8 | 0.86 | 0.23 |
| Hex | 32 | 6C | 8 | 36 | 0 | 5D | 3A | 5F | 56 | 17 |
| Octal | 62 | 154 | 10 | 66 | 0 | 135 | 72 | 137 | 126 | 27 |
| Binary | 110010 | 1101100 | 1000 | 110110 | 0 | 1011101 | 111010 | 1011111 | 1010110 | 10111 |
Color Harmonies of #326C08
Complementary color
Monochromatic Colors of #326C08
Black with #326C08
Text Example
Text Example
White with #326C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C08; }
p { color: rgb(50,108,8); }
H1.HeaderClassName
{
color: #326C08;
}
.AnyTagClassName
{
color: #326C08;
}
</style>
background-color css
<style>
a { background-color: #326C08; }
a { background-color: rgb(50,108,8); }
div.DivClassName
{
background-color: #326C08;
}
.BgClassName
{
background-color: #326C08;
}
</style>
border-color css
<style>
span { border-color: #326C08; }
span { border-color: rgb(50,108,8); }
td.TdClassName
{
border-color: #326C08;
}
.TagClassName
{
border-color: #326C08;
}
</style>