Shades of Bilbao #316D12
Tints of Bilbao #316D12
RGB
CMYK
RGB Variations
Color information
#316D12 (or 0x316D12) is known color: Bilbao. HEX triplet: 31, 6D and 12. RGB value is (49,109,18). Sum of RGB (Red+Green+Blue) = 49+109+18=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #316D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316D12 is #CE92ED. Grayscale: #505050. Windows color (decimal): -13538030 or 1207601. OLE color: 1207601.
HSL color Cylindrical-coordinate representation of color #316D12: hue angle of 99.56º degrees, saturation: 0.72, 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 #316D12 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 18 | - |
| CMYK | 0.55 | 0 | 0.83 | 0.57 |
| HSL | 99.56º | 0.72% | 0.25% | - |
| HSV(B) | 99.56º | 0.83% | 0.43% | - |
| XYZ | 6.84 | 11.63 | 2.46 | - |
| YUV | 80.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 18 | 0.55 | 0 | 0.83 | 0.57 | 99.56 | 0.72 | 0.25 |
| Hex | 31 | 6D | 12 | 37 | 0 | 53 | 39 | 64 | 48 | 19 |
| Octal | 61 | 155 | 22 | 67 | 0 | 123 | 71 | 144 | 110 | 31 |
| Binary | 110001 | 1101101 | 10010 | 110111 | 0 | 1010011 | 111001 | 1100100 | 1001000 | 11001 |
Color Harmonies of #316D12
Complementary color
Monochromatic Colors of #316D12
Black with #316D12
Text Example
Text Example
White with #316D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D12; }
p { color: rgb(49,109,18); }
H1.HeaderClassName
{
color: #316D12;
}
.AnyTagClassName
{
color: #316D12;
}
</style>
background-color css
<style>
a { background-color: #316D12; }
a { background-color: rgb(49,109,18); }
div.DivClassName
{
background-color: #316D12;
}
.BgClassName
{
background-color: #316D12;
}
</style>
border-color css
<style>
span { border-color: #316D12; }
span { border-color: rgb(49,109,18); }
td.TdClassName
{
border-color: #316D12;
}
.TagClassName
{
border-color: #316D12;
}
</style>