Shades of Bilbao #366F13
Tints of Bilbao #366F13
RGB
CMYK
RGB Variations
Color information
#366F13 (or 0x366F13) is known color: Bilbao. HEX triplet: 36, 6F and 13. RGB value is (54,111,19). Sum of RGB (Red+Green+Blue) = 54+111+19=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #366F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366F13 is #C990EC. Grayscale: #535353. Windows color (decimal): -13209837 or 1273654. OLE color: 1273654.
HSL color Cylindrical-coordinate representation of color #366F13: hue angle of 97.17º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #366F13 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 19 | - |
| CMYK | 0.51 | 0 | 0.83 | 0.56 |
| HSL | 97.17º | 0.71% | 0.25% | - |
| HSV(B) | 97.17º | 0.83% | 0.44% | - |
| XYZ | 7.32 | 12.2 | 2.58 | - |
| YUV | 83.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 19 | 0.51 | 0 | 0.83 | 0.56 | 97.17 | 0.71 | 0.25 |
| Hex | 36 | 6F | 13 | 33 | 0 | 53 | 38 | 61 | 47 | 19 |
| Octal | 66 | 157 | 23 | 63 | 0 | 123 | 70 | 141 | 107 | 31 |
| Binary | 110110 | 1101111 | 10011 | 110011 | 0 | 1010011 | 111000 | 1100001 | 1000111 | 11001 |
Color Harmonies of #366F13
Complementary color
Monochromatic Colors of #366F13
Black with #366F13
Text Example
Text Example
White with #366F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F13; }
p { color: rgb(54,111,19); }
H1.HeaderClassName
{
color: #366F13;
}
.AnyTagClassName
{
color: #366F13;
}
</style>
background-color css
<style>
a { background-color: #366F13; }
a { background-color: rgb(54,111,19); }
div.DivClassName
{
background-color: #366F13;
}
.BgClassName
{
background-color: #366F13;
}
</style>
border-color css
<style>
span { border-color: #366F13; }
span { border-color: rgb(54,111,19); }
td.TdClassName
{
border-color: #366F13;
}
.TagClassName
{
border-color: #366F13;
}
</style>