Shades of Bilbao #37761D
Tints of Bilbao #37761D
RGB
CMYK
RGB Variations
Color information
#37761D (or 0x37761D) is known color: Bilbao. HEX triplet: 37, 76 and 1D. RGB value is (55,118,29). Sum of RGB (Red+Green+Blue) = 55+118+29=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #37761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37761D is #C889E2. Grayscale: #595959. Windows color (decimal): -13142499 or 1930807. OLE color: 1930807.
HSL color Cylindrical-coordinate representation of color #37761D: hue angle of 102.47º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37761D is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 29 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.54 |
| HSL | 102.47º | 0.61% | 0.29% | - |
| HSV(B) | 102.47º | 0.75% | 0.46% | - |
| XYZ | 8.28 | 13.86 | 3.4 | - |
| YUV | 89.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 29 | 0.53 | 0 | 0.75 | 0.54 | 102.47 | 0.61 | 0.29 |
| Hex | 37 | 76 | 1D | 35 | 0 | 4B | 36 | 66 | 3D | 1D |
| Octal | 67 | 166 | 35 | 65 | 0 | 113 | 66 | 146 | 75 | 35 |
| Binary | 110111 | 1110110 | 11101 | 110101 | 0 | 1001011 | 110110 | 1100110 | 111101 | 11101 |
Color Harmonies of #37761D
Complementary color
Monochromatic Colors of #37761D
Black with #37761D
Text Example
Text Example
White with #37761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37761D; }
p { color: rgb(55,118,29); }
H1.HeaderClassName
{
color: #37761D;
}
.AnyTagClassName
{
color: #37761D;
}
</style>
background-color css
<style>
a { background-color: #37761D; }
a { background-color: rgb(55,118,29); }
div.DivClassName
{
background-color: #37761D;
}
.BgClassName
{
background-color: #37761D;
}
</style>
border-color css
<style>
span { border-color: #37761D; }
span { border-color: rgb(55,118,29); }
td.TdClassName
{
border-color: #37761D;
}
.TagClassName
{
border-color: #37761D;
}
</style>