Shades of Bilbao #376C13
Tints of Bilbao #376C13
RGB
CMYK
RGB Variations
Color information
#376C13 (or 0x376C13) is known color: Bilbao. HEX triplet: 37, 6C and 13. RGB value is (55,108,19). Sum of RGB (Red+Green+Blue) = 55+108+19=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #376C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376C13 is #C893EC. Grayscale: #525252. Windows color (decimal): -13145069 or 1272887. OLE color: 1272887.
HSL color Cylindrical-coordinate representation of color #376C13: hue angle of 95.73º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #376C13 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 108 | 19 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.58 |
| HSL | 95.73º | 0.7% | 0.25% | - |
| HSV(B) | 95.73º | 0.82% | 0.42% | - |
| XYZ | 7.06 | 11.58 | 2.48 | - |
| YUV | 82.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 19 | 0.49 | 0 | 0.82 | 0.58 | 95.73 | 0.7 | 0.25 |
| Hex | 37 | 6C | 13 | 31 | 0 | 52 | 3A | 60 | 46 | 19 |
| Octal | 67 | 154 | 23 | 61 | 0 | 122 | 72 | 140 | 106 | 31 |
| Binary | 110111 | 1101100 | 10011 | 110001 | 0 | 1010010 | 111010 | 1100000 | 1000110 | 11001 |
Color Harmonies of #376C13
Complementary color
Monochromatic Colors of #376C13
Black with #376C13
Text Example
Text Example
White with #376C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C13; }
p { color: rgb(55,108,19); }
H1.HeaderClassName
{
color: #376C13;
}
.AnyTagClassName
{
color: #376C13;
}
</style>
background-color css
<style>
a { background-color: #376C13; }
a { background-color: rgb(55,108,19); }
div.DivClassName
{
background-color: #376C13;
}
.BgClassName
{
background-color: #376C13;
}
</style>
border-color css
<style>
span { border-color: #376C13; }
span { border-color: rgb(55,108,19); }
td.TdClassName
{
border-color: #376C13;
}
.TagClassName
{
border-color: #376C13;
}
</style>