Shades of Bilbao #326F0B
Tints of Bilbao #326F0B
RGB
CMYK
RGB Variations
Color information
#326F0B (or 0x326F0B) is known color: Bilbao. HEX triplet: 32, 6F and 0B. RGB value is (50,111,11). Sum of RGB (Red+Green+Blue) = 50+111+11=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #326F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326F0B is #CD90F4. Grayscale: #515151. Windows color (decimal): -13471989 or 749362. OLE color: 749362.
HSL color Cylindrical-coordinate representation of color #326F0B: hue angle of 96.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #326F0B is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 11 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.56 |
| HSL | 96.6º | 0.82% | 0.24% | - |
| HSV(B) | 96.6º | 0.9% | 0.44% | - |
| XYZ | 7.06 | 12.07 | 2.27 | - |
| YUV | 81.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 11 | 0.55 | 0 | 0.90 | 0.56 | 96.6 | 0.82 | 0.24 |
| Hex | 32 | 6F | B | 37 | 0 | 5A | 38 | 61 | 52 | 18 |
| Octal | 62 | 157 | 13 | 67 | 0 | 132 | 70 | 141 | 122 | 30 |
| Binary | 110010 | 1101111 | 1011 | 110111 | 0 | 1011010 | 111000 | 1100001 | 1010010 | 11000 |
Color Harmonies of #326F0B
Complementary color
Monochromatic Colors of #326F0B
Black with #326F0B
Text Example
Text Example
White with #326F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F0B; }
p { color: rgb(50,111,11); }
H1.HeaderClassName
{
color: #326F0B;
}
.AnyTagClassName
{
color: #326F0B;
}
</style>
background-color css
<style>
a { background-color: #326F0B; }
a { background-color: rgb(50,111,11); }
div.DivClassName
{
background-color: #326F0B;
}
.BgClassName
{
background-color: #326F0B;
}
</style>
border-color css
<style>
span { border-color: #326F0B; }
span { border-color: rgb(50,111,11); }
td.TdClassName
{
border-color: #326F0B;
}
.TagClassName
{
border-color: #326F0B;
}
</style>