Shades of Bilbao #326D09
Tints of Bilbao #326D09
RGB
CMYK
RGB Variations
Color information
#326D09 (or 0x326D09) is known color: Bilbao. HEX triplet: 32, 6D and 09. RGB value is (50,109,9). Sum of RGB (Red+Green+Blue) = 50+109+9=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #326D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326D09 is #CD92F6. Grayscale: #505050. Windows color (decimal): -13472503 or 617778. OLE color: 617778.
HSL color Cylindrical-coordinate representation of color #326D09: hue angle of 95.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #326D09 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 9 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.57 |
| HSL | 95.4º | 0.85% | 0.23% | - |
| HSV(B) | 95.4º | 0.92% | 0.43% | - |
| XYZ | 6.83 | 11.64 | 2.14 | - |
| YUV | 79.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 9 | 0.54 | 0 | 0.92 | 0.57 | 95.4 | 0.85 | 0.23 |
| Hex | 32 | 6D | 9 | 36 | 0 | 5C | 39 | 5F | 55 | 17 |
| Octal | 62 | 155 | 11 | 66 | 0 | 134 | 71 | 137 | 125 | 27 |
| Binary | 110010 | 1101101 | 1001 | 110110 | 0 | 1011100 | 111001 | 1011111 | 1010101 | 10111 |
Color Harmonies of #326D09
Complementary color
Monochromatic Colors of #326D09
Black with #326D09
Text Example
Text Example
White with #326D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D09; }
p { color: rgb(50,109,9); }
H1.HeaderClassName
{
color: #326D09;
}
.AnyTagClassName
{
color: #326D09;
}
</style>
background-color css
<style>
a { background-color: #326D09; }
a { background-color: rgb(50,109,9); }
div.DivClassName
{
background-color: #326D09;
}
.BgClassName
{
background-color: #326D09;
}
</style>
border-color css
<style>
span { border-color: #326D09; }
span { border-color: rgb(50,109,9); }
td.TdClassName
{
border-color: #326D09;
}
.TagClassName
{
border-color: #326D09;
}
</style>