Shades of Bilbao #366F12
Tints of Bilbao #366F12
RGB
CMYK
RGB Variations
Color information
#366F12 (or 0x366F12) is known color: Bilbao. HEX triplet: 36, 6F and 12. RGB value is (54,111,18). Sum of RGB (Red+Green+Blue) = 54+111+18=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #366F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366F12 is #C990ED. Grayscale: #535353. Windows color (decimal): -13209838 or 1208118. OLE color: 1208118.
HSL color Cylindrical-coordinate representation of color #366F12: hue angle of 96.77º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #366F12 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 18 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.56 |
| HSL | 96.77º | 0.72% | 0.25% | - |
| HSV(B) | 96.77º | 0.84% | 0.44% | - |
| XYZ | 7.31 | 12.2 | 2.54 | - |
| YUV | 83.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 18 | 0.51 | 0 | 0.84 | 0.56 | 96.77 | 0.72 | 0.25 |
| Hex | 36 | 6F | 12 | 33 | 0 | 54 | 38 | 61 | 48 | 19 |
| Octal | 66 | 157 | 22 | 63 | 0 | 124 | 70 | 141 | 110 | 31 |
| Binary | 110110 | 1101111 | 10010 | 110011 | 0 | 1010100 | 111000 | 1100001 | 1001000 | 11001 |
Color Harmonies of #366F12
Complementary color
Monochromatic Colors of #366F12
Black with #366F12
Text Example
Text Example
White with #366F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F12; }
p { color: rgb(54,111,18); }
H1.HeaderClassName
{
color: #366F12;
}
.AnyTagClassName
{
color: #366F12;
}
</style>
background-color css
<style>
a { background-color: #366F12; }
a { background-color: rgb(54,111,18); }
div.DivClassName
{
background-color: #366F12;
}
.BgClassName
{
background-color: #366F12;
}
</style>
border-color css
<style>
span { border-color: #366F12; }
span { border-color: rgb(54,111,18); }
td.TdClassName
{
border-color: #366F12;
}
.TagClassName
{
border-color: #366F12;
}
</style>