Shades of Bilbao #396D10
Tints of Bilbao #396D10
RGB
CMYK
RGB Variations
Color information
#396D10 (or 0x396D10) is known color: Bilbao. HEX triplet: 39, 6D and 10. RGB value is (57,109,16). Sum of RGB (Red+Green+Blue) = 57+109+16=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #396D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D10 is #C692EF. Grayscale: #535353. Windows color (decimal): -13013744 or 1076537. OLE color: 1076537.
HSL color Cylindrical-coordinate representation of color #396D10: hue angle of 93.55º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #396D10 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 16 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.57 |
| HSL | 93.55º | 0.74% | 0.25% | - |
| HSV(B) | 93.55º | 0.85% | 0.43% | - |
| XYZ | 7.25 | 11.84 | 2.39 | - |
| YUV | 82.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 16 | 0.48 | 0 | 0.85 | 0.57 | 93.55 | 0.74 | 0.25 |
| Hex | 39 | 6D | 10 | 30 | 0 | 55 | 39 | 5E | 4A | 19 |
| Octal | 71 | 155 | 20 | 60 | 0 | 125 | 71 | 136 | 112 | 31 |
| Binary | 111001 | 1101101 | 10000 | 110000 | 0 | 1010101 | 111001 | 1011110 | 1001010 | 11001 |
Color Harmonies of #396D10
Complementary color
Monochromatic Colors of #396D10
Black with #396D10
Text Example
Text Example
White with #396D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D10; }
p { color: rgb(57,109,16); }
H1.HeaderClassName
{
color: #396D10;
}
.AnyTagClassName
{
color: #396D10;
}
</style>
background-color css
<style>
a { background-color: #396D10; }
a { background-color: rgb(57,109,16); }
div.DivClassName
{
background-color: #396D10;
}
.BgClassName
{
background-color: #396D10;
}
</style>
border-color css
<style>
span { border-color: #396D10; }
span { border-color: rgb(57,109,16); }
td.TdClassName
{
border-color: #396D10;
}
.TagClassName
{
border-color: #396D10;
}
</style>