Shades of Bilbao #377001
Tints of Bilbao #377001
RGB
CMYK
RGB Variations
Color information
#377001 (or 0x377001) is known color: Bilbao. HEX triplet: 37, 70 and 01. RGB value is (55,112,1). Sum of RGB (Red+Green+Blue) = 55+112+1=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #377001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377001 is #C88FFE. Grayscale: #525252. Windows color (decimal): -13144063 or 94263. OLE color: 94263.
HSL color Cylindrical-coordinate representation of color #377001: hue angle of 90.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #377001 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.56 |
| HSL | 90.81º | 0.98% | 0.22% | - |
| HSV(B) | 90.81º | 0.99% | 0.44% | - |
| XYZ | 7.38 | 12.4 | 2.03 | - |
| YUV | 82.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 1 | 0.51 | 0 | 0.99 | 0.56 | 90.81 | 0.98 | 0.22 |
| Hex | 37 | 70 | 1 | 33 | 0 | 63 | 38 | 5B | 62 | 16 |
| Octal | 67 | 160 | 1 | 63 | 0 | 143 | 70 | 133 | 142 | 26 |
| Binary | 110111 | 1110000 | 1 | 110011 | 0 | 1100011 | 111000 | 1011011 | 1100010 | 10110 |
Color Harmonies of #377001
Complementary color
Monochromatic Colors of #377001
Black with #377001
Text Example
Text Example
White with #377001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377001; }
p { color: rgb(55,112,1); }
H1.HeaderClassName
{
color: #377001;
}
.AnyTagClassName
{
color: #377001;
}
</style>
background-color css
<style>
a { background-color: #377001; }
a { background-color: rgb(55,112,1); }
div.DivClassName
{
background-color: #377001;
}
.BgClassName
{
background-color: #377001;
}
</style>
border-color css
<style>
span { border-color: #377001; }
span { border-color: rgb(55,112,1); }
td.TdClassName
{
border-color: #377001;
}
.TagClassName
{
border-color: #377001;
}
</style>