Shades of Bilbao #37740F
Tints of Bilbao #37740F
RGB
CMYK
RGB Variations
Color information
#37740F (or 0x37740F) is known color: Bilbao. HEX triplet: 37, 74 and 0F. RGB value is (55,116,15). Sum of RGB (Red+Green+Blue) = 55+116+15=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #37740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37740F is #C88BF0. Grayscale: #565656. Windows color (decimal): -13143025 or 1012791. OLE color: 1012791.
HSL color Cylindrical-coordinate representation of color #37740F: hue angle of 96.24º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37740F is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 15 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.55 |
| HSL | 96.24º | 0.77% | 0.26% | - |
| HSV(B) | 96.24º | 0.87% | 0.45% | - |
| XYZ | 7.91 | 13.34 | 2.61 | - |
| YUV | 86.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 15 | 0.53 | 0 | 0.87 | 0.55 | 96.24 | 0.77 | 0.26 |
| Hex | 37 | 74 | F | 35 | 0 | 57 | 37 | 60 | 4D | 1A |
| Octal | 67 | 164 | 17 | 65 | 0 | 127 | 67 | 140 | 115 | 32 |
| Binary | 110111 | 1110100 | 1111 | 110101 | 0 | 1010111 | 110111 | 1100000 | 1001101 | 11010 |
Color Harmonies of #37740F
Complementary color
Monochromatic Colors of #37740F
Black with #37740F
Text Example
Text Example
White with #37740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37740F; }
p { color: rgb(55,116,15); }
H1.HeaderClassName
{
color: #37740F;
}
.AnyTagClassName
{
color: #37740F;
}
</style>
background-color css
<style>
a { background-color: #37740F; }
a { background-color: rgb(55,116,15); }
div.DivClassName
{
background-color: #37740F;
}
.BgClassName
{
background-color: #37740F;
}
</style>
border-color css
<style>
span { border-color: #37740F; }
span { border-color: rgb(55,116,15); }
td.TdClassName
{
border-color: #37740F;
}
.TagClassName
{
border-color: #37740F;
}
</style>