Shades of Bilbao #316D15
Tints of Bilbao #316D15
RGB
CMYK
RGB Variations
Color information
#316D15 (or 0x316D15) is known color: Bilbao. HEX triplet: 31, 6D and 15. RGB value is (49,109,21). Sum of RGB (Red+Green+Blue) = 49+109+21=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #316D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316D15 is #CE92EA. Grayscale: #515151. Windows color (decimal): -13538027 or 1404209. OLE color: 1404209.
HSL color Cylindrical-coordinate representation of color #316D15: hue angle of 100.91º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316D15 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 21 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.57 |
| HSL | 100.91º | 0.68% | 0.25% | - |
| HSV(B) | 100.91º | 0.81% | 0.43% | - |
| XYZ | 6.87 | 11.64 | 2.59 | - |
| YUV | 81.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 21 | 0.55 | 0 | 0.81 | 0.57 | 100.91 | 0.68 | 0.25 |
| Hex | 31 | 6D | 15 | 37 | 0 | 51 | 39 | 65 | 44 | 19 |
| Octal | 61 | 155 | 25 | 67 | 0 | 121 | 71 | 145 | 104 | 31 |
| Binary | 110001 | 1101101 | 10101 | 110111 | 0 | 1010001 | 111001 | 1100101 | 1000100 | 11001 |
Color Harmonies of #316D15
Complementary color
Monochromatic Colors of #316D15
Black with #316D15
Text Example
Text Example
White with #316D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D15; }
p { color: rgb(49,109,21); }
H1.HeaderClassName
{
color: #316D15;
}
.AnyTagClassName
{
color: #316D15;
}
</style>
background-color css
<style>
a { background-color: #316D15; }
a { background-color: rgb(49,109,21); }
div.DivClassName
{
background-color: #316D15;
}
.BgClassName
{
background-color: #316D15;
}
</style>
border-color css
<style>
span { border-color: #316D15; }
span { border-color: rgb(49,109,21); }
td.TdClassName
{
border-color: #316D15;
}
.TagClassName
{
border-color: #316D15;
}
</style>