Shades of Bilbao #377B17
Tints of Bilbao #377B17
RGB
CMYK
RGB Variations
Color information
#377B17 (or 0x377B17) is known color: Bilbao. HEX triplet: 37, 7B and 17. RGB value is (55,123,23). Sum of RGB (Red+Green+Blue) = 55+123+23=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #377B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377B17 is #C884E8. Grayscale: #5B5B5B. Windows color (decimal): -13141225 or 1538871. OLE color: 1538871.
HSL color Cylindrical-coordinate representation of color #377B17: hue angle of 100.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #377B17 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 23 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.52 |
| HSL | 100.8º | 0.68% | 0.29% | - |
| HSV(B) | 100.8º | 0.81% | 0.48% | - |
| XYZ | 8.81 | 15.04 | 3.25 | - |
| YUV | 91.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 23 | 0.55 | 0 | 0.81 | 0.52 | 100.8 | 0.68 | 0.29 |
| Hex | 37 | 7B | 17 | 37 | 0 | 51 | 34 | 65 | 44 | 1D |
| Octal | 67 | 173 | 27 | 67 | 0 | 121 | 64 | 145 | 104 | 35 |
| Binary | 110111 | 1111011 | 10111 | 110111 | 0 | 1010001 | 110100 | 1100101 | 1000100 | 11101 |
Color Harmonies of #377B17
Complementary color
Monochromatic Colors of #377B17
Black with #377B17
Text Example
Text Example
White with #377B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B17; }
p { color: rgb(55,123,23); }
H1.HeaderClassName
{
color: #377B17;
}
.AnyTagClassName
{
color: #377B17;
}
</style>
background-color css
<style>
a { background-color: #377B17; }
a { background-color: rgb(55,123,23); }
div.DivClassName
{
background-color: #377B17;
}
.BgClassName
{
background-color: #377B17;
}
</style>
border-color css
<style>
span { border-color: #377B17; }
span { border-color: rgb(55,123,23); }
td.TdClassName
{
border-color: #377B17;
}
.TagClassName
{
border-color: #377B17;
}
</style>