Shades of Bilbao #37740D
Tints of Bilbao #37740D
RGB
CMYK
RGB Variations
Color information
#37740D (or 0x37740D) is known color: Bilbao. HEX triplet: 37, 74 and 0D. RGB value is (55,116,13). Sum of RGB (Red+Green+Blue) = 55+116+13=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #37740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37740D is #C88BF2. Grayscale: #565656. Windows color (decimal): -13143027 or 881719. OLE color: 881719.
HSL color Cylindrical-coordinate representation of color #37740D: hue angle of 95.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37740D is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 13 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.55 |
| HSL | 95.53º | 0.8% | 0.25% | - |
| HSV(B) | 95.53º | 0.89% | 0.45% | - |
| XYZ | 7.89 | 13.33 | 2.54 | - |
| YUV | 86.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 13 | 0.53 | 0 | 0.89 | 0.55 | 95.53 | 0.8 | 0.25 |
| Hex | 37 | 74 | D | 35 | 0 | 59 | 37 | 60 | 50 | 19 |
| Octal | 67 | 164 | 15 | 65 | 0 | 131 | 67 | 140 | 120 | 31 |
| Binary | 110111 | 1110100 | 1101 | 110101 | 0 | 1011001 | 110111 | 1100000 | 1010000 | 11001 |
Color Harmonies of #37740D
Complementary color
Monochromatic Colors of #37740D
Black with #37740D
Text Example
Text Example
White with #37740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37740D; }
p { color: rgb(55,116,13); }
H1.HeaderClassName
{
color: #37740D;
}
.AnyTagClassName
{
color: #37740D;
}
</style>
background-color css
<style>
a { background-color: #37740D; }
a { background-color: rgb(55,116,13); }
div.DivClassName
{
background-color: #37740D;
}
.BgClassName
{
background-color: #37740D;
}
</style>
border-color css
<style>
span { border-color: #37740D; }
span { border-color: rgb(55,116,13); }
td.TdClassName
{
border-color: #37740D;
}
.TagClassName
{
border-color: #37740D;
}
</style>