Shades of Bilbao #396B16
Tints of Bilbao #396B16
RGB
CMYK
RGB Variations
Color information
#396B16 (or 0x396B16) is known color: Bilbao. HEX triplet: 39, 6B and 16. RGB value is (57,107,22). Sum of RGB (Red+Green+Blue) = 57+107+22=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #396B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B16 is #C694E9. Grayscale: #525252. Windows color (decimal): -13014250 or 1469241. OLE color: 1469241.
HSL color Cylindrical-coordinate representation of color #396B16: hue angle of 95.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #396B16 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 22 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.58 |
| HSL | 95.29º | 0.66% | 0.25% | - |
| HSV(B) | 95.29º | 0.79% | 0.42% | - |
| XYZ | 7.09 | 11.44 | 2.59 | - |
| YUV | 82.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 22 | 0.47 | 0 | 0.79 | 0.58 | 95.29 | 0.66 | 0.25 |
| Hex | 39 | 6B | 16 | 2F | 0 | 4F | 3A | 5F | 42 | 19 |
| Octal | 71 | 153 | 26 | 57 | 0 | 117 | 72 | 137 | 102 | 31 |
| Binary | 111001 | 1101011 | 10110 | 101111 | 0 | 1001111 | 111010 | 1011111 | 1000010 | 11001 |
Color Harmonies of #396B16
Complementary color
Monochromatic Colors of #396B16
Black with #396B16
Text Example
Text Example
White with #396B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B16; }
p { color: rgb(57,107,22); }
H1.HeaderClassName
{
color: #396B16;
}
.AnyTagClassName
{
color: #396B16;
}
</style>
background-color css
<style>
a { background-color: #396B16; }
a { background-color: rgb(57,107,22); }
div.DivClassName
{
background-color: #396B16;
}
.BgClassName
{
background-color: #396B16;
}
</style>
border-color css
<style>
span { border-color: #396B16; }
span { border-color: rgb(57,107,22); }
td.TdClassName
{
border-color: #396B16;
}
.TagClassName
{
border-color: #396B16;
}
</style>