Shades of Bilbao #37701C
Tints of Bilbao #37701C
RGB
CMYK
RGB Variations
Color information
#37701C (or 0x37701C) is known color: Bilbao. HEX triplet: 37, 70 and 1C. RGB value is (55,112,28). Sum of RGB (Red+Green+Blue) = 55+112+28=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #37701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37701C is #C88FE3. Grayscale: #555555. Windows color (decimal): -13144036 or 1863735. OLE color: 1863735.
HSL color Cylindrical-coordinate representation of color #37701C: hue angle of 100.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37701C is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 28 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.56 |
| HSL | 100.71º | 0.6% | 0.27% | - |
| HSV(B) | 100.71º | 0.75% | 0.44% | - |
| XYZ | 7.58 | 12.48 | 3.11 | - |
| YUV | 85.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 28 | 0.51 | 0 | 0.75 | 0.56 | 100.71 | 0.6 | 0.27 |
| Hex | 37 | 70 | 1C | 33 | 0 | 4B | 38 | 65 | 3C | 1B |
| Octal | 67 | 160 | 34 | 63 | 0 | 113 | 70 | 145 | 74 | 33 |
| Binary | 110111 | 1110000 | 11100 | 110011 | 0 | 1001011 | 111000 | 1100101 | 111100 | 11011 |
Color Harmonies of #37701C
Complementary color
Monochromatic Colors of #37701C
Black with #37701C
Text Example
Text Example
White with #37701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37701C; }
p { color: rgb(55,112,28); }
H1.HeaderClassName
{
color: #37701C;
}
.AnyTagClassName
{
color: #37701C;
}
</style>
background-color css
<style>
a { background-color: #37701C; }
a { background-color: rgb(55,112,28); }
div.DivClassName
{
background-color: #37701C;
}
.BgClassName
{
background-color: #37701C;
}
</style>
border-color css
<style>
span { border-color: #37701C; }
span { border-color: rgb(55,112,28); }
td.TdClassName
{
border-color: #37701C;
}
.TagClassName
{
border-color: #37701C;
}
</style>