Shades of Bilbao #367F07
Tints of Bilbao #367F07
RGB
CMYK
RGB Variations
Color information
#367F07 (or 0x367F07) is known color: Bilbao. HEX triplet: 36, 7F and 07. RGB value is (54,127,7). Sum of RGB (Red+Green+Blue) = 54+127+7=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 127 (50% from 255 or 67.55% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 127 - color contains mainly: green. Hex color #367F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F07 is #C980F8. Grayscale: #5B5B5B. Windows color (decimal): -13205753 or 491318. OLE color: 491318.
HSL color Cylindrical-coordinate representation of color #367F07: hue angle of 96.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #367F07 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 7 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.50 |
| HSL | 96.5º | 0.9% | 0.26% | - |
| HSV(B) | 96.5º | 0.94% | 0.5% | - |
| XYZ | 9.15 | 15.98 | 2.8 | - |
| YUV | 91.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 7 | 0.57 | 0 | 0.94 | 0.50 | 96.5 | 0.9 | 0.26 |
| Hex | 36 | 7F | 7 | 39 | 0 | 5E | 32 | 60 | 5A | 1A |
| Octal | 66 | 177 | 7 | 71 | 0 | 136 | 62 | 140 | 132 | 32 |
| Binary | 110110 | 1111111 | 111 | 111001 | 0 | 1011110 | 110010 | 1100000 | 1011010 | 11010 |
Color Harmonies of #367F07
Complementary color
Monochromatic Colors of #367F07
Black with #367F07
Text Example
Text Example
White with #367F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F07; }
p { color: rgb(54,127,7); }
H1.HeaderClassName
{
color: #367F07;
}
.AnyTagClassName
{
color: #367F07;
}
</style>
background-color css
<style>
a { background-color: #367F07; }
a { background-color: rgb(54,127,7); }
div.DivClassName
{
background-color: #367F07;
}
.BgClassName
{
background-color: #367F07;
}
</style>
border-color css
<style>
span { border-color: #367F07; }
span { border-color: rgb(54,127,7); }
td.TdClassName
{
border-color: #367F07;
}
.TagClassName
{
border-color: #367F07;
}
</style>