Shades of Bilbao #37731D
Tints of Bilbao #37731D
RGB
CMYK
RGB Variations
Color information
#37731D (or 0x37731D) is known color: Bilbao. HEX triplet: 37, 73 and 1D. RGB value is (55,115,29). Sum of RGB (Red+Green+Blue) = 55+115+29=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #37731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37731D is #C88CE2. Grayscale: #575757. Windows color (decimal): -13143267 or 1930039. OLE color: 1930039.
HSL color Cylindrical-coordinate representation of color #37731D: hue angle of 101.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37731D is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 29 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.55 |
| HSL | 101.86º | 0.6% | 0.28% | - |
| HSV(B) | 101.86º | 0.75% | 0.45% | - |
| XYZ | 7.93 | 13.16 | 3.29 | - |
| YUV | 87.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 29 | 0.52 | 0 | 0.75 | 0.55 | 101.86 | 0.6 | 0.28 |
| Hex | 37 | 73 | 1D | 34 | 0 | 4B | 37 | 66 | 3C | 1C |
| Octal | 67 | 163 | 35 | 64 | 0 | 113 | 67 | 146 | 74 | 34 |
| Binary | 110111 | 1110011 | 11101 | 110100 | 0 | 1001011 | 110111 | 1100110 | 111100 | 11100 |
Color Harmonies of #37731D
Complementary color
Monochromatic Colors of #37731D
Black with #37731D
Text Example
Text Example
White with #37731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37731D; }
p { color: rgb(55,115,29); }
H1.HeaderClassName
{
color: #37731D;
}
.AnyTagClassName
{
color: #37731D;
}
</style>
background-color css
<style>
a { background-color: #37731D; }
a { background-color: rgb(55,115,29); }
div.DivClassName
{
background-color: #37731D;
}
.BgClassName
{
background-color: #37731D;
}
</style>
border-color css
<style>
span { border-color: #37731D; }
span { border-color: rgb(55,115,29); }
td.TdClassName
{
border-color: #37731D;
}
.TagClassName
{
border-color: #37731D;
}
</style>