Shades of Bilbao #396B1F
Tints of Bilbao #396B1F
RGB
CMYK
RGB Variations
Color information
#396B1F (or 0x396B1F) is known color: Bilbao. HEX triplet: 39, 6B and 1F. RGB value is (57,107,31). Sum of RGB (Red+Green+Blue) = 57+107+31=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #396B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B1F is #C694E0. Grayscale: #535353. Windows color (decimal): -13014241 or 2059065. OLE color: 2059065.
HSL color Cylindrical-coordinate representation of color #396B1F: hue angle of 99.47º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #396B1F is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 31 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.58 |
| HSL | 99.47º | 0.55% | 0.27% | - |
| HSV(B) | 99.47º | 0.71% | 0.42% | - |
| XYZ | 7.19 | 11.48 | 3.13 | - |
| YUV | 83.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 31 | 0.47 | 0 | 0.71 | 0.58 | 99.47 | 0.55 | 0.27 |
| Hex | 39 | 6B | 1F | 2F | 0 | 47 | 3A | 63 | 37 | 1B |
| Octal | 71 | 153 | 37 | 57 | 0 | 107 | 72 | 143 | 67 | 33 |
| Binary | 111001 | 1101011 | 11111 | 101111 | 0 | 1000111 | 111010 | 1100011 | 110111 | 11011 |
Color Harmonies of #396B1F
Complementary color
Monochromatic Colors of #396B1F
Black with #396B1F
Text Example
Text Example
White with #396B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B1F; }
p { color: rgb(57,107,31); }
H1.HeaderClassName
{
color: #396B1F;
}
.AnyTagClassName
{
color: #396B1F;
}
</style>
background-color css
<style>
a { background-color: #396B1F; }
a { background-color: rgb(57,107,31); }
div.DivClassName
{
background-color: #396B1F;
}
.BgClassName
{
background-color: #396B1F;
}
</style>
border-color css
<style>
span { border-color: #396B1F; }
span { border-color: rgb(57,107,31); }
td.TdClassName
{
border-color: #396B1F;
}
.TagClassName
{
border-color: #396B1F;
}
</style>