Shades of Bilbao #367F0B
Tints of Bilbao #367F0B
RGB
CMYK
RGB Variations
Color information
#367F0B (or 0x367F0B) is known color: Bilbao. HEX triplet: 36, 7F and 0B. RGB value is (54,127,11). Sum of RGB (Red+Green+Blue) = 54+127+11=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 127 (50% from 255 or 66.15% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 127 - color contains mainly: green. Hex color #367F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F0B is #C980F4. Grayscale: #5C5C5C. Windows color (decimal): -13205749 or 753462. OLE color: 753462.
HSL color Cylindrical-coordinate representation of color #367F0B: hue angle of 97.76º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #367F0B is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 11 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.50 |
| HSL | 97.76º | 0.84% | 0.27% | - |
| HSV(B) | 97.76º | 0.91% | 0.5% | - |
| XYZ | 9.17 | 15.99 | 2.92 | - |
| YUV | 91.95 | 82.32 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 11 | 0.57 | 0 | 0.91 | 0.50 | 97.76 | 0.84 | 0.27 |
| Hex | 36 | 7F | B | 39 | 0 | 5B | 32 | 62 | 54 | 1B |
| Octal | 66 | 177 | 13 | 71 | 0 | 133 | 62 | 142 | 124 | 33 |
| Binary | 110110 | 1111111 | 1011 | 111001 | 0 | 1011011 | 110010 | 1100010 | 1010100 | 11011 |
Color Harmonies of #367F0B
Complementary color
Monochromatic Colors of #367F0B
Black with #367F0B
Text Example
Text Example
White with #367F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F0B; }
p { color: rgb(54,127,11); }
H1.HeaderClassName
{
color: #367F0B;
}
.AnyTagClassName
{
color: #367F0B;
}
</style>
background-color css
<style>
a { background-color: #367F0B; }
a { background-color: rgb(54,127,11); }
div.DivClassName
{
background-color: #367F0B;
}
.BgClassName
{
background-color: #367F0B;
}
</style>
border-color css
<style>
span { border-color: #367F0B; }
span { border-color: rgb(54,127,11); }
td.TdClassName
{
border-color: #367F0B;
}
.TagClassName
{
border-color: #367F0B;
}
</style>