Shades of Bilbao #396B1C
Tints of Bilbao #396B1C
RGB
CMYK
RGB Variations
Color information
#396B1C (or 0x396B1C) is known color: Bilbao. HEX triplet: 39, 6B and 1C. RGB value is (57,107,28). Sum of RGB (Red+Green+Blue) = 57+107+28=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #396B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B1C is #C694E3. Grayscale: #535353. Windows color (decimal): -13014244 or 1862457. OLE color: 1862457.
HSL color Cylindrical-coordinate representation of color #396B1C: hue angle of 97.97º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396B1C is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 28 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.58 |
| HSL | 97.97º | 0.59% | 0.26% | - |
| HSV(B) | 97.97º | 0.74% | 0.42% | - |
| XYZ | 7.15 | 11.47 | 2.94 | - |
| YUV | 83.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 28 | 0.47 | 0 | 0.74 | 0.58 | 97.97 | 0.59 | 0.26 |
| Hex | 39 | 6B | 1C | 2F | 0 | 4A | 3A | 62 | 3B | 1A |
| Octal | 71 | 153 | 34 | 57 | 0 | 112 | 72 | 142 | 73 | 32 |
| Binary | 111001 | 1101011 | 11100 | 101111 | 0 | 1001010 | 111010 | 1100010 | 111011 | 11010 |
Color Harmonies of #396B1C
Complementary color
Monochromatic Colors of #396B1C
Black with #396B1C
Text Example
Text Example
White with #396B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B1C; }
p { color: rgb(57,107,28); }
H1.HeaderClassName
{
color: #396B1C;
}
.AnyTagClassName
{
color: #396B1C;
}
</style>
background-color css
<style>
a { background-color: #396B1C; }
a { background-color: rgb(57,107,28); }
div.DivClassName
{
background-color: #396B1C;
}
.BgClassName
{
background-color: #396B1C;
}
</style>
border-color css
<style>
span { border-color: #396B1C; }
span { border-color: rgb(57,107,28); }
td.TdClassName
{
border-color: #396B1C;
}
.TagClassName
{
border-color: #396B1C;
}
</style>