Shades of Bilbao #377100
Tints of Bilbao #377100
RGB
CMYK
RGB Variations
Color information
#377100 (or 0x377100) is known color: Bilbao. HEX triplet: 37, 71 and 00. RGB value is (55,113,0). Sum of RGB (Red+Green+Blue) = 55+113+0=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 113 (44.53% from 255 or 67.26% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 113 - color contains mainly: green. Hex color #377100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377100 is #C88EFF. Grayscale: #535353. Windows color (decimal): -13143808 or 28983. OLE color: 28983.
HSL color Cylindrical-coordinate representation of color #377100: hue angle of 90.8º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377100 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.56 |
| HSL | 90.8º | 1% | 0.22% | - |
| HSV(B) | 90.8º | 1% | 0.44% | - |
| XYZ | 7.48 | 12.62 | 2.04 | - |
| YUV | 82.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 0 | 0.51 | 0 | 1 | 0.56 | 90.8 | 1 | 0.22 |
| Hex | 37 | 71 | 0 | 33 | 0 | 64 | 38 | 5B | 64 | 16 |
| Octal | 67 | 161 | 0 | 63 | 0 | 144 | 70 | 133 | 144 | 26 |
| Binary | 110111 | 1110001 | 0 | 110011 | 0 | 1100100 | 111000 | 1011011 | 1100100 | 10110 |
Color Harmonies of #377100
Complementary color
Monochromatic Colors of #377100
Black with #377100
Text Example
Text Example
White with #377100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377100; }
p { color: rgb(55,113,0); }
H1.HeaderClassName
{
color: #377100;
}
.AnyTagClassName
{
color: #377100;
}
</style>
background-color css
<style>
a { background-color: #377100; }
a { background-color: rgb(55,113,0); }
div.DivClassName
{
background-color: #377100;
}
.BgClassName
{
background-color: #377100;
}
</style>
border-color css
<style>
span { border-color: #377100; }
span { border-color: rgb(55,113,0); }
td.TdClassName
{
border-color: #377100;
}
.TagClassName
{
border-color: #377100;
}
</style>