Shades of Bilbao #396B0B
Tints of Bilbao #396B0B
RGB
CMYK
RGB Variations
Color information
#396B0B (or 0x396B0B) is known color: Bilbao. HEX triplet: 39, 6B and 0B. RGB value is (57,107,11). Sum of RGB (Red+Green+Blue) = 57+107+11=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #396B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B0B is #C694F4. Grayscale: #515151. Windows color (decimal): -13014261 or 748345. OLE color: 748345.
HSL color Cylindrical-coordinate representation of color #396B0B: hue angle of 91.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #396B0B is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 11 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.58 |
| HSL | 91.25º | 0.81% | 0.23% | - |
| HSV(B) | 91.25º | 0.9% | 0.42% | - |
| XYZ | 7.01 | 11.41 | 2.15 | - |
| YUV | 81.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 11 | 0.47 | 0 | 0.90 | 0.58 | 91.25 | 0.81 | 0.23 |
| Hex | 39 | 6B | B | 2F | 0 | 5A | 3A | 5B | 51 | 17 |
| Octal | 71 | 153 | 13 | 57 | 0 | 132 | 72 | 133 | 121 | 27 |
| Binary | 111001 | 1101011 | 1011 | 101111 | 0 | 1011010 | 111010 | 1011011 | 1010001 | 10111 |
Color Harmonies of #396B0B
Complementary color
Monochromatic Colors of #396B0B
Black with #396B0B
Text Example
Text Example
White with #396B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B0B; }
p { color: rgb(57,107,11); }
H1.HeaderClassName
{
color: #396B0B;
}
.AnyTagClassName
{
color: #396B0B;
}
</style>
background-color css
<style>
a { background-color: #396B0B; }
a { background-color: rgb(57,107,11); }
div.DivClassName
{
background-color: #396B0B;
}
.BgClassName
{
background-color: #396B0B;
}
</style>
border-color css
<style>
span { border-color: #396B0B; }
span { border-color: rgb(57,107,11); }
td.TdClassName
{
border-color: #396B0B;
}
.TagClassName
{
border-color: #396B0B;
}
</style>