Shades of Bilbao #37841F
Tints of Bilbao #37841F
RGB
CMYK
RGB Variations
Color information
#37841F (or 0x37841F) is known color: Bilbao. HEX triplet: 37, 84 and 1F. RGB value is (55,132,31). Sum of RGB (Red+Green+Blue) = 55+132+31=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #37841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37841F is #C87BE0. Grayscale: #616161. Windows color (decimal): -13138913 or 2065463. OLE color: 2065463.
HSL color Cylindrical-coordinate representation of color #37841F: hue angle of 105.74º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37841F is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 132 | 31 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.48 |
| HSL | 105.74º | 0.62% | 0.32% | - |
| HSV(B) | 105.74º | 0.77% | 0.52% | - |
| XYZ | 10.07 | 17.41 | 4.13 | - |
| YUV | 97.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 31 | 0.58 | 0 | 0.77 | 0.48 | 105.74 | 0.62 | 0.32 |
| Hex | 37 | 84 | 1F | 3A | 0 | 4D | 30 | 6A | 3E | 20 |
| Octal | 67 | 204 | 37 | 72 | 0 | 115 | 60 | 152 | 76 | 40 |
| Binary | 110111 | 10000100 | 11111 | 111010 | 0 | 1001101 | 110000 | 1101010 | 111110 | 100000 |
Color Harmonies of #37841F
Complementary color
Monochromatic Colors of #37841F
Black with #37841F
Text Example
Text Example
White with #37841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37841F; }
p { color: rgb(55,132,31); }
H1.HeaderClassName
{
color: #37841F;
}
.AnyTagClassName
{
color: #37841F;
}
</style>
background-color css
<style>
a { background-color: #37841F; }
a { background-color: rgb(55,132,31); }
div.DivClassName
{
background-color: #37841F;
}
.BgClassName
{
background-color: #37841F;
}
</style>
border-color css
<style>
span { border-color: #37841F; }
span { border-color: rgb(55,132,31); }
td.TdClassName
{
border-color: #37841F;
}
.TagClassName
{
border-color: #37841F;
}
</style>