Shades of Bilbao #37770F
Tints of Bilbao #37770F
RGB
CMYK
RGB Variations
Color information
#37770F (or 0x37770F) is known color: Bilbao. HEX triplet: 37, 77 and 0F. RGB value is (55,119,15). Sum of RGB (Red+Green+Blue) = 55+119+15=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #37770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37770F is #C888F0. Grayscale: #585858. Windows color (decimal): -13142257 or 1013559. OLE color: 1013559.
HSL color Cylindrical-coordinate representation of color #37770F: hue angle of 96.92º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37770F is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 15 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.53 |
| HSL | 96.92º | 0.78% | 0.26% | - |
| HSV(B) | 96.92º | 0.87% | 0.47% | - |
| XYZ | 8.26 | 14.04 | 2.73 | - |
| YUV | 88.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 15 | 0.54 | 0 | 0.87 | 0.53 | 96.92 | 0.78 | 0.26 |
| Hex | 37 | 77 | F | 36 | 0 | 57 | 35 | 61 | 4E | 1A |
| Octal | 67 | 167 | 17 | 66 | 0 | 127 | 65 | 141 | 116 | 32 |
| Binary | 110111 | 1110111 | 1111 | 110110 | 0 | 1010111 | 110101 | 1100001 | 1001110 | 11010 |
Color Harmonies of #37770F
Complementary color
Monochromatic Colors of #37770F
Black with #37770F
Text Example
Text Example
White with #37770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37770F; }
p { color: rgb(55,119,15); }
H1.HeaderClassName
{
color: #37770F;
}
.AnyTagClassName
{
color: #37770F;
}
</style>
background-color css
<style>
a { background-color: #37770F; }
a { background-color: rgb(55,119,15); }
div.DivClassName
{
background-color: #37770F;
}
.BgClassName
{
background-color: #37770F;
}
</style>
border-color css
<style>
span { border-color: #37770F; }
span { border-color: rgb(55,119,15); }
td.TdClassName
{
border-color: #37770F;
}
.TagClassName
{
border-color: #37770F;
}
</style>