Shades of Bilbao #37771D
Tints of Bilbao #37771D
RGB
CMYK
RGB Variations
Color information
#37771D (or 0x37771D) is known color: Bilbao. HEX triplet: 37, 77 and 1D. RGB value is (55,119,29). Sum of RGB (Red+Green+Blue) = 55+119+29=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #37771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37771D is #C888E2. Grayscale: #595959. Windows color (decimal): -13142243 or 1931063. OLE color: 1931063.
HSL color Cylindrical-coordinate representation of color #37771D: hue angle of 102.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37771D is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 29 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.53 |
| HSL | 102.67º | 0.61% | 0.29% | - |
| HSV(B) | 102.67º | 0.76% | 0.47% | - |
| XYZ | 8.39 | 14.09 | 3.44 | - |
| YUV | 89.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 29 | 0.54 | 0 | 0.76 | 0.53 | 102.67 | 0.61 | 0.29 |
| Hex | 37 | 77 | 1D | 36 | 0 | 4C | 35 | 67 | 3D | 1D |
| Octal | 67 | 167 | 35 | 66 | 0 | 114 | 65 | 147 | 75 | 35 |
| Binary | 110111 | 1110111 | 11101 | 110110 | 0 | 1001100 | 110101 | 1100111 | 111101 | 11101 |
Color Harmonies of #37771D
Complementary color
Monochromatic Colors of #37771D
Black with #37771D
Text Example
Text Example
White with #37771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37771D; }
p { color: rgb(55,119,29); }
H1.HeaderClassName
{
color: #37771D;
}
.AnyTagClassName
{
color: #37771D;
}
</style>
background-color css
<style>
a { background-color: #37771D; }
a { background-color: rgb(55,119,29); }
div.DivClassName
{
background-color: #37771D;
}
.BgClassName
{
background-color: #37771D;
}
</style>
border-color css
<style>
span { border-color: #37771D; }
span { border-color: rgb(55,119,29); }
td.TdClassName
{
border-color: #37771D;
}
.TagClassName
{
border-color: #37771D;
}
</style>