Shades of Bilbao #376C07
Tints of Bilbao #376C07
RGB
CMYK
RGB Variations
Color information
#376C07 (or 0x376C07) is known color: Bilbao. HEX triplet: 37, 6C and 07. RGB value is (55,108,7). Sum of RGB (Red+Green+Blue) = 55+108+7=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #376C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376C07 is #C893F8. Grayscale: #505050. Windows color (decimal): -13145081 or 486455. OLE color: 486455.
HSL color Cylindrical-coordinate representation of color #376C07: hue angle of 91.49º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #376C07 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 108 | 7 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.58 |
| HSL | 91.49º | 0.88% | 0.23% | - |
| HSV(B) | 91.49º | 0.94% | 0.42% | - |
| XYZ | 6.98 | 11.55 | 2.06 | - |
| YUV | 80.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 7 | 0.49 | 0 | 0.94 | 0.58 | 91.49 | 0.88 | 0.23 |
| Hex | 37 | 6C | 7 | 31 | 0 | 5E | 3A | 5B | 58 | 17 |
| Octal | 67 | 154 | 7 | 61 | 0 | 136 | 72 | 133 | 130 | 27 |
| Binary | 110111 | 1101100 | 111 | 110001 | 0 | 1011110 | 111010 | 1011011 | 1011000 | 10111 |
Color Harmonies of #376C07
Complementary color
Monochromatic Colors of #376C07
Black with #376C07
Text Example
Text Example
White with #376C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C07; }
p { color: rgb(55,108,7); }
H1.HeaderClassName
{
color: #376C07;
}
.AnyTagClassName
{
color: #376C07;
}
</style>
background-color css
<style>
a { background-color: #376C07; }
a { background-color: rgb(55,108,7); }
div.DivClassName
{
background-color: #376C07;
}
.BgClassName
{
background-color: #376C07;
}
</style>
border-color css
<style>
span { border-color: #376C07; }
span { border-color: rgb(55,108,7); }
td.TdClassName
{
border-color: #376C07;
}
.TagClassName
{
border-color: #376C07;
}
</style>