Shades of Bilbao #377A13
Tints of Bilbao #377A13
RGB
CMYK
RGB Variations
Color information
#377A13 (or 0x377A13) is known color: Bilbao. HEX triplet: 37, 7A and 13. RGB value is (55,122,19). Sum of RGB (Red+Green+Blue) = 55+122+19=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 122 (48.05% from 255 or 62.24% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 122 - color contains mainly: green. Hex color #377A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A13 is #C885EC. Grayscale: #5A5A5A. Windows color (decimal): -13141485 or 1276471. OLE color: 1276471.
HSL color Cylindrical-coordinate representation of color #377A13: hue angle of 99.03º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #377A13 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 19 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.52 |
| HSL | 99.03º | 0.73% | 0.28% | - |
| HSV(B) | 99.03º | 0.84% | 0.48% | - |
| XYZ | 8.65 | 14.78 | 3.01 | - |
| YUV | 90.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 19 | 0.55 | 0 | 0.84 | 0.52 | 99.03 | 0.73 | 0.28 |
| Hex | 37 | 7A | 13 | 37 | 0 | 54 | 34 | 63 | 49 | 1C |
| Octal | 67 | 172 | 23 | 67 | 0 | 124 | 64 | 143 | 111 | 34 |
| Binary | 110111 | 1111010 | 10011 | 110111 | 0 | 1010100 | 110100 | 1100011 | 1001001 | 11100 |
Color Harmonies of #377A13
Complementary color
Monochromatic Colors of #377A13
Black with #377A13
Text Example
Text Example
White with #377A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A13; }
p { color: rgb(55,122,19); }
H1.HeaderClassName
{
color: #377A13;
}
.AnyTagClassName
{
color: #377A13;
}
</style>
background-color css
<style>
a { background-color: #377A13; }
a { background-color: rgb(55,122,19); }
div.DivClassName
{
background-color: #377A13;
}
.BgClassName
{
background-color: #377A13;
}
</style>
border-color css
<style>
span { border-color: #377A13; }
span { border-color: rgb(55,122,19); }
td.TdClassName
{
border-color: #377A13;
}
.TagClassName
{
border-color: #377A13;
}
</style>