Shades of Bilbao #326F08
Tints of Bilbao #326F08
RGB
CMYK
RGB Variations
Color information
#326F08 (or 0x326F08) is known color: Bilbao. HEX triplet: 32, 6F and 08. RGB value is (50,111,8). Sum of RGB (Red+Green+Blue) = 50+111+8=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #326F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326F08 is #CD90F7. Grayscale: #515151. Windows color (decimal): -13471992 or 552754. OLE color: 552754.
HSL color Cylindrical-coordinate representation of color #326F08: hue angle of 95.53º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #326F08 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 8 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.56 |
| HSL | 95.53º | 0.87% | 0.23% | - |
| HSV(B) | 95.53º | 0.93% | 0.44% | - |
| XYZ | 7.04 | 12.06 | 2.19 | - |
| YUV | 81.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 8 | 0.55 | 0 | 0.93 | 0.56 | 95.53 | 0.87 | 0.23 |
| Hex | 32 | 6F | 8 | 37 | 0 | 5D | 38 | 60 | 57 | 17 |
| Octal | 62 | 157 | 10 | 67 | 0 | 135 | 70 | 140 | 127 | 27 |
| Binary | 110010 | 1101111 | 1000 | 110111 | 0 | 1011101 | 111000 | 1100000 | 1010111 | 10111 |
Color Harmonies of #326F08
Complementary color
Monochromatic Colors of #326F08
Black with #326F08
Text Example
Text Example
White with #326F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F08; }
p { color: rgb(50,111,8); }
H1.HeaderClassName
{
color: #326F08;
}
.AnyTagClassName
{
color: #326F08;
}
</style>
background-color css
<style>
a { background-color: #326F08; }
a { background-color: rgb(50,111,8); }
div.DivClassName
{
background-color: #326F08;
}
.BgClassName
{
background-color: #326F08;
}
</style>
border-color css
<style>
span { border-color: #326F08; }
span { border-color: rgb(50,111,8); }
td.TdClassName
{
border-color: #326F08;
}
.TagClassName
{
border-color: #326F08;
}
</style>