Shades of Bilbao #37881F
Tints of Bilbao #37881F
RGB
CMYK
RGB Variations
Color information
#37881F (or 0x37881F) is known color: Bilbao. HEX triplet: 37, 88 and 1F. RGB value is (55,136,31). Sum of RGB (Red+Green+Blue) = 55+136+31=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #37881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37881F is #C877E0. Grayscale: #646464. Windows color (decimal): -13137889 or 2066487. OLE color: 2066487.
HSL color Cylindrical-coordinate representation of color #37881F: hue angle of 106.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37881F is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 31 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.47 |
| HSL | 106.29º | 0.63% | 0.33% | - |
| HSV(B) | 106.29º | 0.77% | 0.53% | - |
| XYZ | 10.63 | 18.52 | 4.31 | - |
| YUV | 99.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 31 | 0.60 | 0 | 0.77 | 0.47 | 106.29 | 0.63 | 0.33 |
| Hex | 37 | 88 | 1F | 3C | 0 | 4D | 2F | 6A | 3F | 21 |
| Octal | 67 | 210 | 37 | 74 | 0 | 115 | 57 | 152 | 77 | 41 |
| Binary | 110111 | 10001000 | 11111 | 111100 | 0 | 1001101 | 101111 | 1101010 | 111111 | 100001 |
Color Harmonies of #37881F
Complementary color
Monochromatic Colors of #37881F
Black with #37881F
Text Example
Text Example
White with #37881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37881F; }
p { color: rgb(55,136,31); }
H1.HeaderClassName
{
color: #37881F;
}
.AnyTagClassName
{
color: #37881F;
}
</style>
background-color css
<style>
a { background-color: #37881F; }
a { background-color: rgb(55,136,31); }
div.DivClassName
{
background-color: #37881F;
}
.BgClassName
{
background-color: #37881F;
}
</style>
border-color css
<style>
span { border-color: #37881F; }
span { border-color: rgb(55,136,31); }
td.TdClassName
{
border-color: #37881F;
}
.TagClassName
{
border-color: #37881F;
}
</style>