Shades of Bilbao #396E11
Tints of Bilbao #396E11
RGB
CMYK
RGB Variations
Color information
#396E11 (or 0x396E11) is known color: Bilbao. HEX triplet: 39, 6E and 11. RGB value is (57,110,17). Sum of RGB (Red+Green+Blue) = 57+110+17=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 110 (43.36% from 255 or 59.78% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 110 - color contains mainly: green. Hex color #396E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396E11 is #C691EE. Grayscale: #535353. Windows color (decimal): -13013487 or 1142329. OLE color: 1142329.
HSL color Cylindrical-coordinate representation of color #396E11: hue angle of 94.19º degrees, saturation: 0.73, 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 #396E11 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 17 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.57 |
| HSL | 94.19º | 0.73% | 0.25% | - |
| HSV(B) | 94.19º | 0.85% | 0.43% | - |
| XYZ | 7.36 | 12.06 | 2.47 | - |
| YUV | 83.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 17 | 0.48 | 0 | 0.85 | 0.57 | 94.19 | 0.73 | 0.25 |
| Hex | 39 | 6E | 11 | 30 | 0 | 55 | 39 | 5E | 49 | 19 |
| Octal | 71 | 156 | 21 | 60 | 0 | 125 | 71 | 136 | 111 | 31 |
| Binary | 111001 | 1101110 | 10001 | 110000 | 0 | 1010101 | 111001 | 1011110 | 1001001 | 11001 |
Color Harmonies of #396E11
Complementary color
Monochromatic Colors of #396E11
Black with #396E11
Text Example
Text Example
White with #396E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E11; }
p { color: rgb(57,110,17); }
H1.HeaderClassName
{
color: #396E11;
}
.AnyTagClassName
{
color: #396E11;
}
</style>
background-color css
<style>
a { background-color: #396E11; }
a { background-color: rgb(57,110,17); }
div.DivClassName
{
background-color: #396E11;
}
.BgClassName
{
background-color: #396E11;
}
</style>
border-color css
<style>
span { border-color: #396E11; }
span { border-color: rgb(57,110,17); }
td.TdClassName
{
border-color: #396E11;
}
.TagClassName
{
border-color: #396E11;
}
</style>