Shades of Bilbao #377A0D
Tints of Bilbao #377A0D
RGB
CMYK
RGB Variations
Color information
#377A0D (or 0x377A0D) is known color: Bilbao. HEX triplet: 37, 7A and 0D. RGB value is (55,122,13). Sum of RGB (Red+Green+Blue) = 55+122+13=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #377A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A0D is #C885F2. Grayscale: #595959. Windows color (decimal): -13141491 or 883255. OLE color: 883255.
HSL color Cylindrical-coordinate representation of color #377A0D: hue angle of 96.88º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #377A0D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 13 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.52 |
| HSL | 96.88º | 0.81% | 0.26% | - |
| HSV(B) | 96.88º | 0.89% | 0.48% | - |
| XYZ | 8.61 | 14.76 | 2.78 | - |
| YUV | 89.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 13 | 0.55 | 0 | 0.89 | 0.52 | 96.88 | 0.81 | 0.26 |
| Hex | 37 | 7A | D | 37 | 0 | 59 | 34 | 61 | 51 | 1A |
| Octal | 67 | 172 | 15 | 67 | 0 | 131 | 64 | 141 | 121 | 32 |
| Binary | 110111 | 1111010 | 1101 | 110111 | 0 | 1011001 | 110100 | 1100001 | 1010001 | 11010 |
Color Harmonies of #377A0D
Complementary color
Monochromatic Colors of #377A0D
Black with #377A0D
Text Example
Text Example
White with #377A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A0D; }
p { color: rgb(55,122,13); }
H1.HeaderClassName
{
color: #377A0D;
}
.AnyTagClassName
{
color: #377A0D;
}
</style>
background-color css
<style>
a { background-color: #377A0D; }
a { background-color: rgb(55,122,13); }
div.DivClassName
{
background-color: #377A0D;
}
.BgClassName
{
background-color: #377A0D;
}
</style>
border-color css
<style>
span { border-color: #377A0D; }
span { border-color: rgb(55,122,13); }
td.TdClassName
{
border-color: #377A0D;
}
.TagClassName
{
border-color: #377A0D;
}
</style>