Shades of Bilbao #377203
Tints of Bilbao #377203
RGB
CMYK
RGB Variations
Color information
#377203 (or 0x377203) is known color: Bilbao. HEX triplet: 37, 72 and 03. RGB value is (55,114,3). Sum of RGB (Red+Green+Blue) = 55+114+3=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #377203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377203 is #C88DFC. Grayscale: #545454. Windows color (decimal): -13143549 or 225847. OLE color: 225847.
HSL color Cylindrical-coordinate representation of color #377203: hue angle of 91.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #377203 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 3 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.55 |
| HSL | 91.89º | 0.95% | 0.23% | - |
| HSV(B) | 91.89º | 0.97% | 0.45% | - |
| XYZ | 7.61 | 12.85 | 2.17 | - |
| YUV | 83.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 3 | 0.52 | 0 | 0.97 | 0.55 | 91.89 | 0.95 | 0.23 |
| Hex | 37 | 72 | 3 | 34 | 0 | 61 | 37 | 5C | 5F | 17 |
| Octal | 67 | 162 | 3 | 64 | 0 | 141 | 67 | 134 | 137 | 27 |
| Binary | 110111 | 1110010 | 11 | 110100 | 0 | 1100001 | 110111 | 1011100 | 1011111 | 10111 |
Color Harmonies of #377203
Complementary color
Monochromatic Colors of #377203
Black with #377203
Text Example
Text Example
White with #377203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377203; }
p { color: rgb(55,114,3); }
H1.HeaderClassName
{
color: #377203;
}
.AnyTagClassName
{
color: #377203;
}
</style>
background-color css
<style>
a { background-color: #377203; }
a { background-color: rgb(55,114,3); }
div.DivClassName
{
background-color: #377203;
}
.BgClassName
{
background-color: #377203;
}
</style>
border-color css
<style>
span { border-color: #377203; }
span { border-color: rgb(55,114,3); }
td.TdClassName
{
border-color: #377203;
}
.TagClassName
{
border-color: #377203;
}
</style>