Shades of Bilbao #37881B
Tints of Bilbao #37881B
RGB
CMYK
RGB Variations
Color information
#37881B (or 0x37881B) is known color: Bilbao. HEX triplet: 37, 88 and 1B. RGB value is (55,136,27). Sum of RGB (Red+Green+Blue) = 55+136+27=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #37881B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37881B is #C877E4. Grayscale: #636363. Windows color (decimal): -13137893 or 1804343. OLE color: 1804343.
HSL color Cylindrical-coordinate representation of color #37881B: hue angle of 104.59º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37881B is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 27 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.47 |
| HSL | 104.59º | 0.67% | 0.32% | - |
| HSV(B) | 104.59º | 0.8% | 0.53% | - |
| XYZ | 10.58 | 18.5 | 4.05 | - |
| YUV | 99.36 | 87.16 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 27 | 0.60 | 0 | 0.80 | 0.47 | 104.59 | 0.67 | 0.32 |
| Hex | 37 | 88 | 1B | 3C | 0 | 50 | 2F | 69 | 43 | 20 |
| Octal | 67 | 210 | 33 | 74 | 0 | 120 | 57 | 151 | 103 | 40 |
| Binary | 110111 | 10001000 | 11011 | 111100 | 0 | 1010000 | 101111 | 1101001 | 1000011 | 100000 |
Color Harmonies of #37881B
Complementary color
Monochromatic Colors of #37881B
Black with #37881B
Text Example
Text Example
White with #37881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37881B; }
p { color: rgb(55,136,27); }
H1.HeaderClassName
{
color: #37881B;
}
.AnyTagClassName
{
color: #37881B;
}
</style>
background-color css
<style>
a { background-color: #37881B; }
a { background-color: rgb(55,136,27); }
div.DivClassName
{
background-color: #37881B;
}
.BgClassName
{
background-color: #37881B;
}
</style>
border-color css
<style>
span { border-color: #37881B; }
span { border-color: rgb(55,136,27); }
td.TdClassName
{
border-color: #37881B;
}
.TagClassName
{
border-color: #37881B;
}
</style>