Shades of Bilbao #377B0F
Tints of Bilbao #377B0F
RGB
CMYK
RGB Variations
Color information
#377B0F (or 0x377B0F) is known color: Bilbao. HEX triplet: 37, 7B and 0F. RGB value is (55,123,15). Sum of RGB (Red+Green+Blue) = 55+123+15=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #377B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377B0F is #C884F0. Grayscale: #5A5A5A. Windows color (decimal): -13141233 or 1014583. OLE color: 1014583.
HSL color Cylindrical-coordinate representation of color #377B0F: hue angle of 97.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #377B0F is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 15 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.52 |
| HSL | 97.78º | 0.78% | 0.27% | - |
| HSV(B) | 97.78º | 0.88% | 0.48% | - |
| XYZ | 8.74 | 15.01 | 2.89 | - |
| YUV | 90.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 15 | 0.55 | 0 | 0.88 | 0.52 | 97.78 | 0.78 | 0.27 |
| Hex | 37 | 7B | F | 37 | 0 | 58 | 34 | 62 | 4E | 1B |
| Octal | 67 | 173 | 17 | 67 | 0 | 130 | 64 | 142 | 116 | 33 |
| Binary | 110111 | 1111011 | 1111 | 110111 | 0 | 1011000 | 110100 | 1100010 | 1001110 | 11011 |
Color Harmonies of #377B0F
Complementary color
Monochromatic Colors of #377B0F
Black with #377B0F
Text Example
Text Example
White with #377B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B0F; }
p { color: rgb(55,123,15); }
H1.HeaderClassName
{
color: #377B0F;
}
.AnyTagClassName
{
color: #377B0F;
}
</style>
background-color css
<style>
a { background-color: #377B0F; }
a { background-color: rgb(55,123,15); }
div.DivClassName
{
background-color: #377B0F;
}
.BgClassName
{
background-color: #377B0F;
}
</style>
border-color css
<style>
span { border-color: #377B0F; }
span { border-color: rgb(55,123,15); }
td.TdClassName
{
border-color: #377B0F;
}
.TagClassName
{
border-color: #377B0F;
}
</style>