Shades of Bilbao #37701A
Tints of Bilbao #37701A
RGB
CMYK
RGB Variations
Color information
#37701A (or 0x37701A) is known color: Bilbao. HEX triplet: 37, 70 and 1A. RGB value is (55,112,26). Sum of RGB (Red+Green+Blue) = 55+112+26=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #37701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37701A is #C88FE5. Grayscale: #555555. Windows color (decimal): -13144038 or 1732663. OLE color: 1732663.
HSL color Cylindrical-coordinate representation of color #37701A: hue angle of 99.77º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37701A is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 26 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.56 |
| HSL | 99.77º | 0.62% | 0.27% | - |
| HSV(B) | 99.77º | 0.77% | 0.44% | - |
| XYZ | 7.56 | 12.48 | 2.99 | - |
| YUV | 85.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 26 | 0.51 | 0 | 0.77 | 0.56 | 99.77 | 0.62 | 0.27 |
| Hex | 37 | 70 | 1A | 33 | 0 | 4D | 38 | 64 | 3E | 1B |
| Octal | 67 | 160 | 32 | 63 | 0 | 115 | 70 | 144 | 76 | 33 |
| Binary | 110111 | 1110000 | 11010 | 110011 | 0 | 1001101 | 111000 | 1100100 | 111110 | 11011 |
Color Harmonies of #37701A
Complementary color
Monochromatic Colors of #37701A
Black with #37701A
Text Example
Text Example
White with #37701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37701A; }
p { color: rgb(55,112,26); }
H1.HeaderClassName
{
color: #37701A;
}
.AnyTagClassName
{
color: #37701A;
}
</style>
background-color css
<style>
a { background-color: #37701A; }
a { background-color: rgb(55,112,26); }
div.DivClassName
{
background-color: #37701A;
}
.BgClassName
{
background-color: #37701A;
}
</style>
border-color css
<style>
span { border-color: #37701A; }
span { border-color: rgb(55,112,26); }
td.TdClassName
{
border-color: #37701A;
}
.TagClassName
{
border-color: #37701A;
}
</style>