Shades of Bilbao #37730D
Tints of Bilbao #37730D
RGB
CMYK
RGB Variations
Color information
#37730D (or 0x37730D) is known color: Bilbao. HEX triplet: 37, 73 and 0D. RGB value is (55,115,13). Sum of RGB (Red+Green+Blue) = 55+115+13=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #37730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37730D is #C88CF2. Grayscale: #555555. Windows color (decimal): -13143283 or 881463. OLE color: 881463.
HSL color Cylindrical-coordinate representation of color #37730D: hue angle of 95.29º 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 #37730D is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 13 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.55 |
| HSL | 95.29º | 0.8% | 0.25% | - |
| HSV(B) | 95.29º | 0.89% | 0.45% | - |
| XYZ | 7.78 | 13.1 | 2.5 | - |
| YUV | 85.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 13 | 0.52 | 0 | 0.89 | 0.55 | 95.29 | 0.8 | 0.25 |
| Hex | 37 | 73 | D | 34 | 0 | 59 | 37 | 5F | 50 | 19 |
| Octal | 67 | 163 | 15 | 64 | 0 | 131 | 67 | 137 | 120 | 31 |
| Binary | 110111 | 1110011 | 1101 | 110100 | 0 | 1011001 | 110111 | 1011111 | 1010000 | 11001 |
Color Harmonies of #37730D
Complementary color
Monochromatic Colors of #37730D
Black with #37730D
Text Example
Text Example
White with #37730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37730D; }
p { color: rgb(55,115,13); }
H1.HeaderClassName
{
color: #37730D;
}
.AnyTagClassName
{
color: #37730D;
}
</style>
background-color css
<style>
a { background-color: #37730D; }
a { background-color: rgb(55,115,13); }
div.DivClassName
{
background-color: #37730D;
}
.BgClassName
{
background-color: #37730D;
}
</style>
border-color css
<style>
span { border-color: #37730D; }
span { border-color: rgb(55,115,13); }
td.TdClassName
{
border-color: #37730D;
}
.TagClassName
{
border-color: #37730D;
}
</style>