Shades of Bilbao #37862C
Tints of Bilbao #37862C
RGB
CMYK
RGB Variations
Color information
#37862C (or 0x37862C) is known color: Bilbao. HEX triplet: 37, 86 and 2C. RGB value is (55,134,44). Sum of RGB (Red+Green+Blue) = 55+134+44=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #37862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37862C is #C879D3. Grayscale: #646464. Windows color (decimal): -13138388 or 2917943. OLE color: 2917943.
HSL color Cylindrical-coordinate representation of color #37862C: hue angle of 112.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37862C is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 134 | 44 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.47 |
| HSL | 112.67º | 0.51% | 0.35% | - |
| HSV(B) | 112.67º | 0.67% | 0.53% | - |
| XYZ | 10.56 | 18.04 | 5.31 | - |
| YUV | 100.12 | 96.33 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 134 | 44 | 0.59 | 0 | 0.67 | 0.47 | 112.67 | 0.51 | 0.35 |
| Hex | 37 | 86 | 2C | 3B | 0 | 43 | 2F | 71 | 33 | 23 |
| Octal | 67 | 206 | 54 | 73 | 0 | 103 | 57 | 161 | 63 | 43 |
| Binary | 110111 | 10000110 | 101100 | 111011 | 0 | 1000011 | 101111 | 1110001 | 110011 | 100011 |
Color Harmonies of #37862C
Complementary color
Monochromatic Colors of #37862C
Black with #37862C
Text Example
Text Example
White with #37862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37862C; }
p { color: rgb(55,134,44); }
H1.HeaderClassName
{
color: #37862C;
}
.AnyTagClassName
{
color: #37862C;
}
</style>
background-color css
<style>
a { background-color: #37862C; }
a { background-color: rgb(55,134,44); }
div.DivClassName
{
background-color: #37862C;
}
.BgClassName
{
background-color: #37862C;
}
</style>
border-color css
<style>
span { border-color: #37862C; }
span { border-color: rgb(55,134,44); }
td.TdClassName
{
border-color: #37862C;
}
.TagClassName
{
border-color: #37862C;
}
</style>