Shades of Bilbao #377E1F
Tints of Bilbao #377E1F
RGB
CMYK
RGB Variations
Color information
#377E1F (or 0x377E1F) is known color: Bilbao. HEX triplet: 37, 7E and 1F. RGB value is (55,126,31). Sum of RGB (Red+Green+Blue) = 55+126+31=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 126 (49.61% from 255 or 59.43% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 126 - color contains mainly: green. Hex color #377E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E1F is #C881E0. Grayscale: #5E5E5E. Windows color (decimal): -13140449 or 2063927. OLE color: 2063927.
HSL color Cylindrical-coordinate representation of color #377E1F: hue angle of 104.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377E1F is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 31 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.51 |
| HSL | 104.84º | 0.61% | 0.31% | - |
| HSV(B) | 104.84º | 0.75% | 0.49% | - |
| XYZ | 9.28 | 15.83 | 3.86 | - |
| YUV | 93.94 | 92.48 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 31 | 0.56 | 0 | 0.75 | 0.51 | 104.84 | 0.61 | 0.31 |
| Hex | 37 | 7E | 1F | 38 | 0 | 4B | 33 | 69 | 3D | 1F |
| Octal | 67 | 176 | 37 | 70 | 0 | 113 | 63 | 151 | 75 | 37 |
| Binary | 110111 | 1111110 | 11111 | 111000 | 0 | 1001011 | 110011 | 1101001 | 111101 | 11111 |
Color Harmonies of #377E1F
Complementary color
Monochromatic Colors of #377E1F
Black with #377E1F
Text Example
Text Example
White with #377E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E1F; }
p { color: rgb(55,126,31); }
H1.HeaderClassName
{
color: #377E1F;
}
.AnyTagClassName
{
color: #377E1F;
}
</style>
background-color css
<style>
a { background-color: #377E1F; }
a { background-color: rgb(55,126,31); }
div.DivClassName
{
background-color: #377E1F;
}
.BgClassName
{
background-color: #377E1F;
}
</style>
border-color css
<style>
span { border-color: #377E1F; }
span { border-color: rgb(55,126,31); }
td.TdClassName
{
border-color: #377E1F;
}
.TagClassName
{
border-color: #377E1F;
}
</style>