Shades of Bilbao #377A2E
Tints of Bilbao #377A2E
RGB
CMYK
RGB Variations
Color information
#377A2E (or 0x377A2E) is known color: Bilbao. HEX triplet: 37, 7A and 2E. RGB value is (55,122,46). Sum of RGB (Red+Green+Blue) = 55+122+46=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #377A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A2E is #C885D1. Grayscale: #5D5D5D. Windows color (decimal): -13141458 or 3045943. OLE color: 3045943.
HSL color Cylindrical-coordinate representation of color #377A2E: hue angle of 112.89º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377A2E is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 46 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.52 |
| HSL | 112.89º | 0.45% | 0.33% | - |
| HSV(B) | 112.89º | 0.62% | 0.48% | - |
| XYZ | 9.03 | 14.93 | 4.99 | - |
| YUV | 93.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 46 | 0.55 | 0 | 0.62 | 0.52 | 112.89 | 0.45 | 0.33 |
| Hex | 37 | 7A | 2E | 37 | 0 | 3E | 34 | 71 | 2D | 21 |
| Octal | 67 | 172 | 56 | 67 | 0 | 76 | 64 | 161 | 55 | 41 |
| Binary | 110111 | 1111010 | 101110 | 110111 | 0 | 111110 | 110100 | 1110001 | 101101 | 100001 |
Color Harmonies of #377A2E
Complementary color
Monochromatic Colors of #377A2E
Black with #377A2E
Text Example
Text Example
White with #377A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A2E; }
p { color: rgb(55,122,46); }
H1.HeaderClassName
{
color: #377A2E;
}
.AnyTagClassName
{
color: #377A2E;
}
</style>
background-color css
<style>
a { background-color: #377A2E; }
a { background-color: rgb(55,122,46); }
div.DivClassName
{
background-color: #377A2E;
}
.BgClassName
{
background-color: #377A2E;
}
</style>
border-color css
<style>
span { border-color: #377A2E; }
span { border-color: rgb(55,122,46); }
td.TdClassName
{
border-color: #377A2E;
}
.TagClassName
{
border-color: #377A2E;
}
</style>