Shades of Bilbao #37730E
Tints of Bilbao #37730E
RGB
CMYK
RGB Variations
Color information
#37730E (or 0x37730E) is known color: Bilbao. HEX triplet: 37, 73 and 0E. RGB value is (55,115,14). Sum of RGB (Red+Green+Blue) = 55+115+14=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #37730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37730E is #C88CF1. Grayscale: #555555. Windows color (decimal): -13143282 or 946999. OLE color: 946999.
HSL color Cylindrical-coordinate representation of color #37730E: hue angle of 95.64º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37730E is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 14 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.55 |
| HSL | 95.64º | 0.78% | 0.25% | - |
| HSV(B) | 95.64º | 0.88% | 0.45% | - |
| XYZ | 7.79 | 13.11 | 2.53 | - |
| YUV | 85.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 14 | 0.52 | 0 | 0.88 | 0.55 | 95.64 | 0.78 | 0.25 |
| Hex | 37 | 73 | E | 34 | 0 | 58 | 37 | 60 | 4E | 19 |
| Octal | 67 | 163 | 16 | 64 | 0 | 130 | 67 | 140 | 116 | 31 |
| Binary | 110111 | 1110011 | 1110 | 110100 | 0 | 1011000 | 110111 | 1100000 | 1001110 | 11001 |
Color Harmonies of #37730E
Complementary color
Monochromatic Colors of #37730E
Black with #37730E
Text Example
Text Example
White with #37730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37730E; }
p { color: rgb(55,115,14); }
H1.HeaderClassName
{
color: #37730E;
}
.AnyTagClassName
{
color: #37730E;
}
</style>
background-color css
<style>
a { background-color: #37730E; }
a { background-color: rgb(55,115,14); }
div.DivClassName
{
background-color: #37730E;
}
.BgClassName
{
background-color: #37730E;
}
</style>
border-color css
<style>
span { border-color: #37730E; }
span { border-color: rgb(55,115,14); }
td.TdClassName
{
border-color: #37730E;
}
.TagClassName
{
border-color: #37730E;
}
</style>