Shades of Bilbao #367F1F
Tints of Bilbao #367F1F
RGB
CMYK
RGB Variations
Color information
#367F1F (or 0x367F1F) is known color: Bilbao. HEX triplet: 36, 7F and 1F. RGB value is (54,127,31). Sum of RGB (Red+Green+Blue) = 54+127+31=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #367F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F1F is #C980E0. Grayscale: #5E5E5E. Windows color (decimal): -13205729 or 2064182. OLE color: 2064182.
HSL color Cylindrical-coordinate representation of color #367F1F: hue angle of 105.62º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367F1F is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 31 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.50 |
| HSL | 105.63º | 0.61% | 0.31% | - |
| HSV(B) | 105.63º | 0.76% | 0.5% | - |
| XYZ | 9.36 | 16.06 | 3.9 | - |
| YUV | 94.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 31 | 0.57 | 0 | 0.76 | 0.50 | 105.63 | 0.61 | 0.31 |
| Hex | 36 | 7F | 1F | 39 | 0 | 4C | 32 | 6A | 3D | 1F |
| Octal | 66 | 177 | 37 | 71 | 0 | 114 | 62 | 152 | 75 | 37 |
| Binary | 110110 | 1111111 | 11111 | 111001 | 0 | 1001100 | 110010 | 1101010 | 111101 | 11111 |
Color Harmonies of #367F1F
Complementary color
Monochromatic Colors of #367F1F
Black with #367F1F
Text Example
Text Example
White with #367F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F1F; }
p { color: rgb(54,127,31); }
H1.HeaderClassName
{
color: #367F1F;
}
.AnyTagClassName
{
color: #367F1F;
}
</style>
background-color css
<style>
a { background-color: #367F1F; }
a { background-color: rgb(54,127,31); }
div.DivClassName
{
background-color: #367F1F;
}
.BgClassName
{
background-color: #367F1F;
}
</style>
border-color css
<style>
span { border-color: #367F1F; }
span { border-color: rgb(54,127,31); }
td.TdClassName
{
border-color: #367F1F;
}
.TagClassName
{
border-color: #367F1F;
}
</style>