Shades of Bilbao #377E2B
Tints of Bilbao #377E2B
RGB
CMYK
RGB Variations
Color information
#377E2B (or 0x377E2B) is known color: Bilbao. HEX triplet: 37, 7E and 2B. RGB value is (55,126,43). Sum of RGB (Red+Green+Blue) = 55+126+43=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #377E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E2B is #C881D4. Grayscale: #5F5F5F. Windows color (decimal): -13140437 or 2850359. OLE color: 2850359.
HSL color Cylindrical-coordinate representation of color #377E2B: hue angle of 111.33º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377E2B is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 43 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.51 |
| HSL | 111.33º | 0.49% | 0.33% | - |
| HSV(B) | 111.33º | 0.66% | 0.49% | - |
| XYZ | 9.47 | 15.91 | 4.86 | - |
| YUV | 95.31 | 98.48 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 43 | 0.56 | 0 | 0.66 | 0.51 | 111.33 | 0.49 | 0.33 |
| Hex | 37 | 7E | 2B | 38 | 0 | 42 | 33 | 6F | 31 | 21 |
| Octal | 67 | 176 | 53 | 70 | 0 | 102 | 63 | 157 | 61 | 41 |
| Binary | 110111 | 1111110 | 101011 | 111000 | 0 | 1000010 | 110011 | 1101111 | 110001 | 100001 |
Color Harmonies of #377E2B
Complementary color
Monochromatic Colors of #377E2B
Black with #377E2B
Text Example
Text Example
White with #377E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E2B; }
p { color: rgb(55,126,43); }
H1.HeaderClassName
{
color: #377E2B;
}
.AnyTagClassName
{
color: #377E2B;
}
</style>
background-color css
<style>
a { background-color: #377E2B; }
a { background-color: rgb(55,126,43); }
div.DivClassName
{
background-color: #377E2B;
}
.BgClassName
{
background-color: #377E2B;
}
</style>
border-color css
<style>
span { border-color: #377E2B; }
span { border-color: rgb(55,126,43); }
td.TdClassName
{
border-color: #377E2B;
}
.TagClassName
{
border-color: #377E2B;
}
</style>