Shades of Bilbao #36690E
Tints of Bilbao #36690E
RGB
CMYK
RGB Variations
Color information
#36690E (or 0x36690E) is known color: Bilbao. HEX triplet: 36, 69 and 0E. RGB value is (54,105,14). Sum of RGB (Red+Green+Blue) = 54+105+14=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #36690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36690E is #C996F1. Grayscale: #4F4F4F. Windows color (decimal): -13211378 or 944438. OLE color: 944438.
HSL color Cylindrical-coordinate representation of color #36690E: hue angle of 93.63º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36690E is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 14 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.59 |
| HSL | 93.63º | 0.76% | 0.23% | - |
| HSV(B) | 93.63º | 0.87% | 0.41% | - |
| XYZ | 6.65 | 10.92 | 2.17 | - |
| YUV | 79.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 14 | 0.49 | 0 | 0.87 | 0.59 | 93.63 | 0.76 | 0.23 |
| Hex | 36 | 69 | E | 31 | 0 | 57 | 3B | 5E | 4C | 17 |
| Octal | 66 | 151 | 16 | 61 | 0 | 127 | 73 | 136 | 114 | 27 |
| Binary | 110110 | 1101001 | 1110 | 110001 | 0 | 1010111 | 111011 | 1011110 | 1001100 | 10111 |
Color Harmonies of #36690E
Complementary color
Monochromatic Colors of #36690E
Black with #36690E
Text Example
Text Example
White with #36690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36690E; }
p { color: rgb(54,105,14); }
H1.HeaderClassName
{
color: #36690E;
}
.AnyTagClassName
{
color: #36690E;
}
</style>
background-color css
<style>
a { background-color: #36690E; }
a { background-color: rgb(54,105,14); }
div.DivClassName
{
background-color: #36690E;
}
.BgClassName
{
background-color: #36690E;
}
</style>
border-color css
<style>
span { border-color: #36690E; }
span { border-color: rgb(54,105,14); }
td.TdClassName
{
border-color: #36690E;
}
.TagClassName
{
border-color: #36690E;
}
</style>