Shades of Bilbao #326D08
Tints of Bilbao #326D08
RGB
CMYK
RGB Variations
Color information
#326D08 (or 0x326D08) is known color: Bilbao. HEX triplet: 32, 6D and 08. RGB value is (50,109,8). Sum of RGB (Red+Green+Blue) = 50+109+8=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #326D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326D08 is #CD92F7. Grayscale: #505050. Windows color (decimal): -13472504 or 552242. OLE color: 552242.
HSL color Cylindrical-coordinate representation of color #326D08: hue angle of 95.05º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #326D08 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 8 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.57 |
| HSL | 95.05º | 0.86% | 0.23% | - |
| HSV(B) | 95.05º | 0.93% | 0.43% | - |
| XYZ | 6.83 | 11.63 | 2.12 | - |
| YUV | 79.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 8 | 0.54 | 0 | 0.93 | 0.57 | 95.05 | 0.86 | 0.23 |
| Hex | 32 | 6D | 8 | 36 | 0 | 5D | 39 | 5F | 56 | 17 |
| Octal | 62 | 155 | 10 | 66 | 0 | 135 | 71 | 137 | 126 | 27 |
| Binary | 110010 | 1101101 | 1000 | 110110 | 0 | 1011101 | 111001 | 1011111 | 1010110 | 10111 |
Color Harmonies of #326D08
Complementary color
Monochromatic Colors of #326D08
Black with #326D08
Text Example
Text Example
White with #326D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D08; }
p { color: rgb(50,109,8); }
H1.HeaderClassName
{
color: #326D08;
}
.AnyTagClassName
{
color: #326D08;
}
</style>
background-color css
<style>
a { background-color: #326D08; }
a { background-color: rgb(50,109,8); }
div.DivClassName
{
background-color: #326D08;
}
.BgClassName
{
background-color: #326D08;
}
</style>
border-color css
<style>
span { border-color: #326D08; }
span { border-color: rgb(50,109,8); }
td.TdClassName
{
border-color: #326D08;
}
.TagClassName
{
border-color: #326D08;
}
</style>