Shades of Bilbao #376D15
Tints of Bilbao #376D15
RGB
CMYK
RGB Variations
Color information
#376D15 (or 0x376D15) is known color: Bilbao. HEX triplet: 37, 6D and 15. RGB value is (55,109,21). Sum of RGB (Red+Green+Blue) = 55+109+21=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #376D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376D15 is #C892EA. Grayscale: #535353. Windows color (decimal): -13144811 or 1404215. OLE color: 1404215.
HSL color Cylindrical-coordinate representation of color #376D15: hue angle of 96.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #376D15 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 109 | 21 | - |
| CMYK | 0.50 | 0 | 0.81 | 0.57 |
| HSL | 96.82º | 0.68% | 0.25% | - |
| HSV(B) | 96.82º | 0.81% | 0.43% | - |
| XYZ | 7.18 | 11.8 | 2.61 | - |
| YUV | 82.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 21 | 0.50 | 0 | 0.81 | 0.57 | 96.82 | 0.68 | 0.25 |
| Hex | 37 | 6D | 15 | 32 | 0 | 51 | 39 | 61 | 44 | 19 |
| Octal | 67 | 155 | 25 | 62 | 0 | 121 | 71 | 141 | 104 | 31 |
| Binary | 110111 | 1101101 | 10101 | 110010 | 0 | 1010001 | 111001 | 1100001 | 1000100 | 11001 |
Color Harmonies of #376D15
Complementary color
Monochromatic Colors of #376D15
Black with #376D15
Text Example
Text Example
White with #376D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D15; }
p { color: rgb(55,109,21); }
H1.HeaderClassName
{
color: #376D15;
}
.AnyTagClassName
{
color: #376D15;
}
</style>
background-color css
<style>
a { background-color: #376D15; }
a { background-color: rgb(55,109,21); }
div.DivClassName
{
background-color: #376D15;
}
.BgClassName
{
background-color: #376D15;
}
</style>
border-color css
<style>
span { border-color: #376D15; }
span { border-color: rgb(55,109,21); }
td.TdClassName
{
border-color: #376D15;
}
.TagClassName
{
border-color: #376D15;
}
</style>