Shades of Bilbao #366C07
Tints of Bilbao #366C07
RGB
CMYK
RGB Variations
Color information
#366C07 (or 0x366C07) is known color: Bilbao. HEX triplet: 36, 6C and 07. RGB value is (54,108,7). Sum of RGB (Red+Green+Blue) = 54+108+7=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 108 (42.58% from 255 or 63.91% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 108 - color contains mainly: green. Hex color #366C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C07 is #C993F8. Grayscale: #505050. Windows color (decimal): -13210617 or 486454. OLE color: 486454.
HSL color Cylindrical-coordinate representation of color #366C07: hue angle of 92.08º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #366C07 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 7 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.58 |
| HSL | 92.08º | 0.88% | 0.23% | - |
| HSV(B) | 92.08º | 0.94% | 0.42% | - |
| XYZ | 6.92 | 11.52 | 2.06 | - |
| YUV | 80.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 7 | 0.50 | 0 | 0.94 | 0.58 | 92.08 | 0.88 | 0.23 |
| Hex | 36 | 6C | 7 | 32 | 0 | 5E | 3A | 5C | 58 | 17 |
| Octal | 66 | 154 | 7 | 62 | 0 | 136 | 72 | 134 | 130 | 27 |
| Binary | 110110 | 1101100 | 111 | 110010 | 0 | 1011110 | 111010 | 1011100 | 1011000 | 10111 |
Color Harmonies of #366C07
Complementary color
Monochromatic Colors of #366C07
Black with #366C07
Text Example
Text Example
White with #366C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C07; }
p { color: rgb(54,108,7); }
H1.HeaderClassName
{
color: #366C07;
}
.AnyTagClassName
{
color: #366C07;
}
</style>
background-color css
<style>
a { background-color: #366C07; }
a { background-color: rgb(54,108,7); }
div.DivClassName
{
background-color: #366C07;
}
.BgClassName
{
background-color: #366C07;
}
</style>
border-color css
<style>
span { border-color: #366C07; }
span { border-color: rgb(54,108,7); }
td.TdClassName
{
border-color: #366C07;
}
.TagClassName
{
border-color: #366C07;
}
</style>