Shades of Bilbao #367F00
Tints of Bilbao #367F00
RGB
CMYK
RGB Variations
Color information
#367F00 (or 0x367F00) is known color: Bilbao. HEX triplet: 36, 7F and 00. RGB value is (54,127,0). Sum of RGB (Red+Green+Blue) = 54+127+0=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 127 (50% from 255 or 70.17% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 127 - color contains mainly: green. Hex color #367F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F00 is #C980FF. Grayscale: #5B5B5B. Windows color (decimal): -13205760 or 32566. OLE color: 32566.
HSL color Cylindrical-coordinate representation of color #367F00: hue angle of 94.49º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #367F00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.50 |
| HSL | 94.49º | 1% | 0.25% | - |
| HSV(B) | 94.49º | 1% | 0.5% | - |
| XYZ | 9.11 | 15.96 | 2.6 | - |
| YUV | 90.7 | 76.82 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 0 | 0.57 | 0 | 1 | 0.50 | 94.49 | 1 | 0.25 |
| Hex | 36 | 7F | 0 | 39 | 0 | 64 | 32 | 5E | 64 | 19 |
| Octal | 66 | 177 | 0 | 71 | 0 | 144 | 62 | 136 | 144 | 31 |
| Binary | 110110 | 1111111 | 0 | 111001 | 0 | 1100100 | 110010 | 1011110 | 1100100 | 11001 |
Color Harmonies of #367F00
Complementary color
Monochromatic Colors of #367F00
Black with #367F00
Text Example
Text Example
White with #367F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F00; }
p { color: rgb(54,127,0); }
H1.HeaderClassName
{
color: #367F00;
}
.AnyTagClassName
{
color: #367F00;
}
</style>
background-color css
<style>
a { background-color: #367F00; }
a { background-color: rgb(54,127,0); }
div.DivClassName
{
background-color: #367F00;
}
.BgClassName
{
background-color: #367F00;
}
</style>
border-color css
<style>
span { border-color: #367F00; }
span { border-color: rgb(54,127,0); }
td.TdClassName
{
border-color: #367F00;
}
.TagClassName
{
border-color: #367F00;
}
</style>