Shades of Bilbao #396E10
Tints of Bilbao #396E10
RGB
CMYK
RGB Variations
Color information
#396E10 (or 0x396E10) is known color: Bilbao. HEX triplet: 39, 6E and 10. RGB value is (57,110,16). Sum of RGB (Red+Green+Blue) = 57+110+16=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #396E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396E10 is #C691EF. Grayscale: #535353. Windows color (decimal): -13013488 or 1076793. OLE color: 1076793.
HSL color Cylindrical-coordinate representation of color #396E10: hue angle of 93.83º degrees, saturation: 0.75, 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 #396E10 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 16 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.57 |
| HSL | 93.83º | 0.75% | 0.25% | - |
| HSV(B) | 93.83º | 0.85% | 0.43% | - |
| XYZ | 7.36 | 12.06 | 2.43 | - |
| YUV | 83.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 16 | 0.48 | 0 | 0.85 | 0.57 | 93.83 | 0.75 | 0.25 |
| Hex | 39 | 6E | 10 | 30 | 0 | 55 | 39 | 5E | 4B | 19 |
| Octal | 71 | 156 | 20 | 60 | 0 | 125 | 71 | 136 | 113 | 31 |
| Binary | 111001 | 1101110 | 10000 | 110000 | 0 | 1010101 | 111001 | 1011110 | 1001011 | 11001 |
Color Harmonies of #396E10
Complementary color
Monochromatic Colors of #396E10
Black with #396E10
Text Example
Text Example
White with #396E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E10; }
p { color: rgb(57,110,16); }
H1.HeaderClassName
{
color: #396E10;
}
.AnyTagClassName
{
color: #396E10;
}
</style>
background-color css
<style>
a { background-color: #396E10; }
a { background-color: rgb(57,110,16); }
div.DivClassName
{
background-color: #396E10;
}
.BgClassName
{
background-color: #396E10;
}
</style>
border-color css
<style>
span { border-color: #396E10; }
span { border-color: rgb(57,110,16); }
td.TdClassName
{
border-color: #396E10;
}
.TagClassName
{
border-color: #396E10;
}
</style>