Shades of Bilbao #396D06
Tints of Bilbao #396D06
RGB
CMYK
RGB Variations
Color information
#396D06 (or 0x396D06) is known color: Bilbao. HEX triplet: 39, 6D and 06. RGB value is (57,109,6). Sum of RGB (Red+Green+Blue) = 57+109+6=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 109 (42.97% from 255 or 63.37% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 109 - color contains mainly: green. Hex color #396D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D06 is #C692F9. Grayscale: #525252. Windows color (decimal): -13013754 or 421177. OLE color: 421177.
HSL color Cylindrical-coordinate representation of color #396D06: hue angle of 90.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #396D06 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 6 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.57 |
| HSL | 90.29º | 0.9% | 0.23% | - |
| HSV(B) | 90.29º | 0.94% | 0.43% | - |
| XYZ | 7.19 | 11.82 | 2.07 | - |
| YUV | 81.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 6 | 0.48 | 0 | 0.94 | 0.57 | 90.29 | 0.9 | 0.23 |
| Hex | 39 | 6D | 6 | 30 | 0 | 5E | 39 | 5A | 5A | 17 |
| Octal | 71 | 155 | 6 | 60 | 0 | 136 | 71 | 132 | 132 | 27 |
| Binary | 111001 | 1101101 | 110 | 110000 | 0 | 1011110 | 111001 | 1011010 | 1011010 | 10111 |
Color Harmonies of #396D06
Complementary color
Monochromatic Colors of #396D06
Black with #396D06
Text Example
Text Example
White with #396D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D06; }
p { color: rgb(57,109,6); }
H1.HeaderClassName
{
color: #396D06;
}
.AnyTagClassName
{
color: #396D06;
}
</style>
background-color css
<style>
a { background-color: #396D06; }
a { background-color: rgb(57,109,6); }
div.DivClassName
{
background-color: #396D06;
}
.BgClassName
{
background-color: #396D06;
}
</style>
border-color css
<style>
span { border-color: #396D06; }
span { border-color: rgb(57,109,6); }
td.TdClassName
{
border-color: #396D06;
}
.TagClassName
{
border-color: #396D06;
}
</style>