Shades of Bilbao #377C03
Tints of Bilbao #377C03
RGB
CMYK
RGB Variations
Color information
#377C03 (or 0x377C03) is known color: Bilbao. HEX triplet: 37, 7C and 03. RGB value is (55,124,3). Sum of RGB (Red+Green+Blue) = 55+124+3=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #377C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377C03 is #C883FC. Grayscale: #595959. Windows color (decimal): -13140989 or 228407. OLE color: 228407.
HSL color Cylindrical-coordinate representation of color #377C03: hue angle of 94.21º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #377C03 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 3 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.51 |
| HSL | 94.21º | 0.95% | 0.25% | - |
| HSV(B) | 94.21º | 0.98% | 0.49% | - |
| XYZ | 8.8 | 15.23 | 2.56 | - |
| YUV | 89.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 3 | 0.56 | 0 | 0.98 | 0.51 | 94.21 | 0.95 | 0.25 |
| Hex | 37 | 7C | 3 | 38 | 0 | 62 | 33 | 5E | 5F | 19 |
| Octal | 67 | 174 | 3 | 70 | 0 | 142 | 63 | 136 | 137 | 31 |
| Binary | 110111 | 1111100 | 11 | 111000 | 0 | 1100010 | 110011 | 1011110 | 1011111 | 11001 |
Color Harmonies of #377C03
Complementary color
Monochromatic Colors of #377C03
Black with #377C03
Text Example
Text Example
White with #377C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C03; }
p { color: rgb(55,124,3); }
H1.HeaderClassName
{
color: #377C03;
}
.AnyTagClassName
{
color: #377C03;
}
</style>
background-color css
<style>
a { background-color: #377C03; }
a { background-color: rgb(55,124,3); }
div.DivClassName
{
background-color: #377C03;
}
.BgClassName
{
background-color: #377C03;
}
</style>
border-color css
<style>
span { border-color: #377C03; }
span { border-color: rgb(55,124,3); }
td.TdClassName
{
border-color: #377C03;
}
.TagClassName
{
border-color: #377C03;
}
</style>