Shades of Bilbao #326C05
Tints of Bilbao #326C05
RGB
CMYK
RGB Variations
Color information
#326C05 (or 0x326C05) is known color: Bilbao. HEX triplet: 32, 6C and 05. RGB value is (50,108,5). Sum of RGB (Red+Green+Blue) = 50+108+5=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #326C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326C05 is #CD93FA. Grayscale: #4F4F4F. Windows color (decimal): -13472763 or 355378. OLE color: 355378.
HSL color Cylindrical-coordinate representation of color #326C05: hue angle of 93.79º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #326C05 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 5 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.58 |
| HSL | 93.79º | 0.91% | 0.22% | - |
| HSV(B) | 93.79º | 0.95% | 0.42% | - |
| XYZ | 6.71 | 11.41 | 1.99 | - |
| YUV | 78.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 5 | 0.54 | 0 | 0.95 | 0.58 | 93.79 | 0.91 | 0.22 |
| Hex | 32 | 6C | 5 | 36 | 0 | 5F | 3A | 5E | 5B | 16 |
| Octal | 62 | 154 | 5 | 66 | 0 | 137 | 72 | 136 | 133 | 26 |
| Binary | 110010 | 1101100 | 101 | 110110 | 0 | 1011111 | 111010 | 1011110 | 1011011 | 10110 |
Color Harmonies of #326C05
Complementary color
Monochromatic Colors of #326C05
Black with #326C05
Text Example
Text Example
White with #326C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C05; }
p { color: rgb(50,108,5); }
H1.HeaderClassName
{
color: #326C05;
}
.AnyTagClassName
{
color: #326C05;
}
</style>
background-color css
<style>
a { background-color: #326C05; }
a { background-color: rgb(50,108,5); }
div.DivClassName
{
background-color: #326C05;
}
.BgClassName
{
background-color: #326C05;
}
</style>
border-color css
<style>
span { border-color: #326C05; }
span { border-color: rgb(50,108,5); }
td.TdClassName
{
border-color: #326C05;
}
.TagClassName
{
border-color: #326C05;
}
</style>