Shades of Bilbao #367C0B
Tints of Bilbao #367C0B
RGB
CMYK
RGB Variations
Color information
#367C0B (or 0x367C0B) is known color: Bilbao. HEX triplet: 36, 7C and 0B. RGB value is (54,124,11). Sum of RGB (Red+Green+Blue) = 54+124+11=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #367C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367C0B is #C983F4. Grayscale: #5A5A5A. Windows color (decimal): -13206517 or 752694. OLE color: 752694.
HSL color Cylindrical-coordinate representation of color #367C0B: hue angle of 97.17º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #367C0B is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 11 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.51 |
| HSL | 97.17º | 0.84% | 0.26% | - |
| HSV(B) | 97.17º | 0.91% | 0.49% | - |
| XYZ | 8.79 | 15.22 | 2.79 | - |
| YUV | 90.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 11 | 0.56 | 0 | 0.91 | 0.51 | 97.17 | 0.84 | 0.26 |
| Hex | 36 | 7C | B | 38 | 0 | 5B | 33 | 61 | 54 | 1A |
| Octal | 66 | 174 | 13 | 70 | 0 | 133 | 63 | 141 | 124 | 32 |
| Binary | 110110 | 1111100 | 1011 | 111000 | 0 | 1011011 | 110011 | 1100001 | 1010100 | 11010 |
Color Harmonies of #367C0B
Complementary color
Monochromatic Colors of #367C0B
Black with #367C0B
Text Example
Text Example
White with #367C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C0B; }
p { color: rgb(54,124,11); }
H1.HeaderClassName
{
color: #367C0B;
}
.AnyTagClassName
{
color: #367C0B;
}
</style>
background-color css
<style>
a { background-color: #367C0B; }
a { background-color: rgb(54,124,11); }
div.DivClassName
{
background-color: #367C0B;
}
.BgClassName
{
background-color: #367C0B;
}
</style>
border-color css
<style>
span { border-color: #367C0B; }
span { border-color: rgb(54,124,11); }
td.TdClassName
{
border-color: #367C0B;
}
.TagClassName
{
border-color: #367C0B;
}
</style>