Shades of Bilbao #366C09
Tints of Bilbao #366C09
RGB
CMYK
RGB Variations
Color information
#366C09 (or 0x366C09) is known color: Bilbao. HEX triplet: 36, 6C and 09. RGB value is (54,108,9). Sum of RGB (Red+Green+Blue) = 54+108+9=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #366C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C09 is #C993F6. Grayscale: #505050. Windows color (decimal): -13210615 or 617526. OLE color: 617526.
HSL color Cylindrical-coordinate representation of color #366C09: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #366C09 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 9 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.58 |
| HSL | 92.73º | 0.85% | 0.23% | - |
| HSV(B) | 92.73º | 0.92% | 0.42% | - |
| XYZ | 6.93 | 11.53 | 2.12 | - |
| YUV | 80.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 9 | 0.50 | 0 | 0.92 | 0.58 | 92.73 | 0.85 | 0.23 |
| Hex | 36 | 6C | 9 | 32 | 0 | 5C | 3A | 5D | 55 | 17 |
| Octal | 66 | 154 | 11 | 62 | 0 | 134 | 72 | 135 | 125 | 27 |
| Binary | 110110 | 1101100 | 1001 | 110010 | 0 | 1011100 | 111010 | 1011101 | 1010101 | 10111 |
Color Harmonies of #366C09
Complementary color
Monochromatic Colors of #366C09
Black with #366C09
Text Example
Text Example
White with #366C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C09; }
p { color: rgb(54,108,9); }
H1.HeaderClassName
{
color: #366C09;
}
.AnyTagClassName
{
color: #366C09;
}
</style>
background-color css
<style>
a { background-color: #366C09; }
a { background-color: rgb(54,108,9); }
div.DivClassName
{
background-color: #366C09;
}
.BgClassName
{
background-color: #366C09;
}
</style>
border-color css
<style>
span { border-color: #366C09; }
span { border-color: rgb(54,108,9); }
td.TdClassName
{
border-color: #366C09;
}
.TagClassName
{
border-color: #366C09;
}
</style>