Shades of Bilbao #37701F
Tints of Bilbao #37701F
RGB
CMYK
RGB Variations
Color information
#37701F (or 0x37701F) is known color: Bilbao. HEX triplet: 37, 70 and 1F. RGB value is (55,112,31). Sum of RGB (Red+Green+Blue) = 55+112+31=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #37701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37701F is #C88FE0. Grayscale: #555555. Windows color (decimal): -13144033 or 2060343. OLE color: 2060343.
HSL color Cylindrical-coordinate representation of color #37701F: hue angle of 102.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37701F is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 31 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.56 |
| HSL | 102.22º | 0.57% | 0.28% | - |
| HSV(B) | 102.22º | 0.72% | 0.44% | - |
| XYZ | 7.62 | 12.5 | 3.31 | - |
| YUV | 85.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 31 | 0.51 | 0 | 0.72 | 0.56 | 102.22 | 0.57 | 0.28 |
| Hex | 37 | 70 | 1F | 33 | 0 | 48 | 38 | 66 | 39 | 1C |
| Octal | 67 | 160 | 37 | 63 | 0 | 110 | 70 | 146 | 71 | 34 |
| Binary | 110111 | 1110000 | 11111 | 110011 | 0 | 1001000 | 111000 | 1100110 | 111001 | 11100 |
Color Harmonies of #37701F
Complementary color
Monochromatic Colors of #37701F
Black with #37701F
Text Example
Text Example
White with #37701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37701F; }
p { color: rgb(55,112,31); }
H1.HeaderClassName
{
color: #37701F;
}
.AnyTagClassName
{
color: #37701F;
}
</style>
background-color css
<style>
a { background-color: #37701F; }
a { background-color: rgb(55,112,31); }
div.DivClassName
{
background-color: #37701F;
}
.BgClassName
{
background-color: #37701F;
}
</style>
border-color css
<style>
span { border-color: #37701F; }
span { border-color: rgb(55,112,31); }
td.TdClassName
{
border-color: #37701F;
}
.TagClassName
{
border-color: #37701F;
}
</style>