Shades of Bilbao #396B14
Tints of Bilbao #396B14
RGB
CMYK
RGB Variations
Color information
#396B14 (or 0x396B14) is known color: Bilbao. HEX triplet: 39, 6B and 14. RGB value is (57,107,20). Sum of RGB (Red+Green+Blue) = 57+107+20=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #396B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B14 is #C694EB. Grayscale: #525252. Windows color (decimal): -13014252 or 1338169. OLE color: 1338169.
HSL color Cylindrical-coordinate representation of color #396B14: hue angle of 94.48º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #396B14 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 20 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.58 |
| HSL | 94.48º | 0.69% | 0.25% | - |
| HSV(B) | 94.48º | 0.81% | 0.42% | - |
| XYZ | 7.07 | 11.44 | 2.5 | - |
| YUV | 82.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 20 | 0.47 | 0 | 0.81 | 0.58 | 94.48 | 0.69 | 0.25 |
| Hex | 39 | 6B | 14 | 2F | 0 | 51 | 3A | 5E | 45 | 19 |
| Octal | 71 | 153 | 24 | 57 | 0 | 121 | 72 | 136 | 105 | 31 |
| Binary | 111001 | 1101011 | 10100 | 101111 | 0 | 1010001 | 111010 | 1011110 | 1000101 | 11001 |
Color Harmonies of #396B14
Complementary color
Monochromatic Colors of #396B14
Black with #396B14
Text Example
Text Example
White with #396B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B14; }
p { color: rgb(57,107,20); }
H1.HeaderClassName
{
color: #396B14;
}
.AnyTagClassName
{
color: #396B14;
}
</style>
background-color css
<style>
a { background-color: #396B14; }
a { background-color: rgb(57,107,20); }
div.DivClassName
{
background-color: #396B14;
}
.BgClassName
{
background-color: #396B14;
}
</style>
border-color css
<style>
span { border-color: #396B14; }
span { border-color: rgb(57,107,20); }
td.TdClassName
{
border-color: #396B14;
}
.TagClassName
{
border-color: #396B14;
}
</style>