Shades of Bilbao #376B0B
Tints of Bilbao #376B0B
RGB
CMYK
RGB Variations
Color information
#376B0B (or 0x376B0B) is known color: Bilbao. HEX triplet: 37, 6B and 0B. RGB value is (55,107,11). Sum of RGB (Red+Green+Blue) = 55+107+11=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #376B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B0B is #C894F4. Grayscale: #505050. Windows color (decimal): -13145333 or 748343. OLE color: 748343.
HSL color Cylindrical-coordinate representation of color #376B0B: hue angle of 92.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #376B0B is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 11 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.58 |
| HSL | 92.5º | 0.81% | 0.23% | - |
| HSV(B) | 92.5º | 0.9% | 0.42% | - |
| XYZ | 6.89 | 11.35 | 2.14 | - |
| YUV | 80.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 11 | 0.49 | 0 | 0.90 | 0.58 | 92.5 | 0.81 | 0.23 |
| Hex | 37 | 6B | B | 31 | 0 | 5A | 3A | 5C | 51 | 17 |
| Octal | 67 | 153 | 13 | 61 | 0 | 132 | 72 | 134 | 121 | 27 |
| Binary | 110111 | 1101011 | 1011 | 110001 | 0 | 1011010 | 111010 | 1011100 | 1010001 | 10111 |
Color Harmonies of #376B0B
Complementary color
Monochromatic Colors of #376B0B
Black with #376B0B
Text Example
Text Example
White with #376B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B0B; }
p { color: rgb(55,107,11); }
H1.HeaderClassName
{
color: #376B0B;
}
.AnyTagClassName
{
color: #376B0B;
}
</style>
background-color css
<style>
a { background-color: #376B0B; }
a { background-color: rgb(55,107,11); }
div.DivClassName
{
background-color: #376B0B;
}
.BgClassName
{
background-color: #376B0B;
}
</style>
border-color css
<style>
span { border-color: #376B0B; }
span { border-color: rgb(55,107,11); }
td.TdClassName
{
border-color: #376B0B;
}
.TagClassName
{
border-color: #376B0B;
}
</style>