Shades of Bilbao #377A03
Tints of Bilbao #377A03
RGB
CMYK
RGB Variations
Color information
#377A03 (or 0x377A03) is known color: Bilbao. HEX triplet: 37, 7A and 03. RGB value is (55,122,3). Sum of RGB (Red+Green+Blue) = 55+122+3=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #377A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A03 is #C885FC. Grayscale: #585858. Windows color (decimal): -13141501 or 227895. OLE color: 227895.
HSL color Cylindrical-coordinate representation of color #377A03: hue angle of 93.78º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #377A03 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 3 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.52 |
| HSL | 93.78º | 0.95% | 0.25% | - |
| HSV(B) | 93.78º | 0.98% | 0.48% | - |
| XYZ | 8.55 | 14.74 | 2.48 | - |
| YUV | 88.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 3 | 0.55 | 0 | 0.98 | 0.52 | 93.78 | 0.95 | 0.25 |
| Hex | 37 | 7A | 3 | 37 | 0 | 62 | 34 | 5E | 5F | 19 |
| Octal | 67 | 172 | 3 | 67 | 0 | 142 | 64 | 136 | 137 | 31 |
| Binary | 110111 | 1111010 | 11 | 110111 | 0 | 1100010 | 110100 | 1011110 | 1011111 | 11001 |
Color Harmonies of #377A03
Complementary color
Monochromatic Colors of #377A03
Black with #377A03
Text Example
Text Example
White with #377A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A03; }
p { color: rgb(55,122,3); }
H1.HeaderClassName
{
color: #377A03;
}
.AnyTagClassName
{
color: #377A03;
}
</style>
background-color css
<style>
a { background-color: #377A03; }
a { background-color: rgb(55,122,3); }
div.DivClassName
{
background-color: #377A03;
}
.BgClassName
{
background-color: #377A03;
}
</style>
border-color css
<style>
span { border-color: #377A03; }
span { border-color: rgb(55,122,3); }
td.TdClassName
{
border-color: #377A03;
}
.TagClassName
{
border-color: #377A03;
}
</style>