Shades of Bilbao #396D13
Tints of Bilbao #396D13
RGB
CMYK
RGB Variations
Color information
#396D13 (or 0x396D13) is known color: Bilbao. HEX triplet: 39, 6D and 13. RGB value is (57,109,19). Sum of RGB (Red+Green+Blue) = 57+109+19=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #396D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D13 is #C692EC. Grayscale: #535353. Windows color (decimal): -13013741 or 1273145. OLE color: 1273145.
HSL color Cylindrical-coordinate representation of color #396D13: hue angle of 94.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #396D13 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 19 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.57 |
| HSL | 94.67º | 0.7% | 0.25% | - |
| HSV(B) | 94.67º | 0.83% | 0.43% | - |
| XYZ | 7.27 | 11.85 | 2.52 | - |
| YUV | 83.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 19 | 0.48 | 0 | 0.83 | 0.57 | 94.67 | 0.7 | 0.25 |
| Hex | 39 | 6D | 13 | 30 | 0 | 53 | 39 | 5F | 46 | 19 |
| Octal | 71 | 155 | 23 | 60 | 0 | 123 | 71 | 137 | 106 | 31 |
| Binary | 111001 | 1101101 | 10011 | 110000 | 0 | 1010011 | 111001 | 1011111 | 1000110 | 11001 |
Color Harmonies of #396D13
Complementary color
Monochromatic Colors of #396D13
Black with #396D13
Text Example
Text Example
White with #396D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D13; }
p { color: rgb(57,109,19); }
H1.HeaderClassName
{
color: #396D13;
}
.AnyTagClassName
{
color: #396D13;
}
</style>
background-color css
<style>
a { background-color: #396D13; }
a { background-color: rgb(57,109,19); }
div.DivClassName
{
background-color: #396D13;
}
.BgClassName
{
background-color: #396D13;
}
</style>
border-color css
<style>
span { border-color: #396D13; }
span { border-color: rgb(57,109,19); }
td.TdClassName
{
border-color: #396D13;
}
.TagClassName
{
border-color: #396D13;
}
</style>