Shades of Bilbao #316D09
Tints of Bilbao #316D09
RGB
CMYK
RGB Variations
Color information
#316D09 (or 0x316D09) is known color: Bilbao. HEX triplet: 31, 6D and 09. RGB value is (49,109,9). Sum of RGB (Red+Green+Blue) = 49+109+9=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #316D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316D09 is #CE92F6. Grayscale: #505050. Windows color (decimal): -13538039 or 617777. OLE color: 617777.
HSL color Cylindrical-coordinate representation of color #316D09: hue angle of 96º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #316D09 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 9 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.57 |
| HSL | 96º | 0.85% | 0.23% | - |
| HSV(B) | 96º | 0.92% | 0.43% | - |
| XYZ | 6.78 | 11.61 | 2.14 | - |
| YUV | 79.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 9 | 0.55 | 0 | 0.92 | 0.57 | 96 | 0.85 | 0.23 |
| Hex | 31 | 6D | 9 | 37 | 0 | 5C | 39 | 60 | 55 | 17 |
| Octal | 61 | 155 | 11 | 67 | 0 | 134 | 71 | 140 | 125 | 27 |
| Binary | 110001 | 1101101 | 1001 | 110111 | 0 | 1011100 | 111001 | 1100000 | 1010101 | 10111 |
Color Harmonies of #316D09
Complementary color
Monochromatic Colors of #316D09
Black with #316D09
Text Example
Text Example
White with #316D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D09; }
p { color: rgb(49,109,9); }
H1.HeaderClassName
{
color: #316D09;
}
.AnyTagClassName
{
color: #316D09;
}
</style>
background-color css
<style>
a { background-color: #316D09; }
a { background-color: rgb(49,109,9); }
div.DivClassName
{
background-color: #316D09;
}
.BgClassName
{
background-color: #316D09;
}
</style>
border-color css
<style>
span { border-color: #316D09; }
span { border-color: rgb(49,109,9); }
td.TdClassName
{
border-color: #316D09;
}
.TagClassName
{
border-color: #316D09;
}
</style>